This content has been marked as final. 
    
Show                 3 replies
    
- 
        1. Re: enableOrderingGroup() not available inside ejb3 Bean angaohoward Aug 26, 2009 10:56 AM (in response to mclu)Hi Markus, 
 JmsMessageProducer is JCA wrapper of MessagingProducer. I think you can post a request to JCA forum.
 Howard
- 
        2. Re: enableOrderingGroup() not available inside ejb3 Bean anmclu Aug 26, 2009 2:24 PM (in response to mclu)Hi Howard! 
 I know! But that is not the question.
 I think the wrapper should not provide other methods than the JMS Spec says. Maybe there should be a way to get the delegate.
 But from the JBM Usage perspective.
 Is there a way to use orderinggroup the programatic way with JBM enlist in the ongoing transaction?
 What if I use the XAConnectionFactory iso JmsXA?
 Any other ideas?
- 
        3. Re: enableOrderingGroup() not available inside ejb3 Bean angaohoward Aug 26, 2009 11:36 PM (in response to mclu)Yes you can use the XAConnectionFactory and use JTA stuff to enlist the resources into the transaction. 
 Howard
 
    