[jboss-dev-forums] [Design of Messaging on JBoss (Messaging/JBoss)] - Re: Bug in transactional delivery in an MDB

timfox do-not-reply at jboss.com
Sun Apr 22 11:25:12 EDT 2007


"weston.price at jboss.com" wrote : This would be an unusual case as most JMS providers provide both a non XA and an optional XA CF to create the underlying connection. 
  | 
  | JBM would be the only JMS provider I have seen to date where you could not deploy a non XA JMS resource. WebSphereMQ, TIBCO, ActiveMQ, JBossMQ etc provide XA as an option as this is the only behavior mandated by the spec where the XA is optional. 
  | 
  | 

Well, yes I agree this may be unusual, although I don't believe it it illegal. 

It seems to me the JCA is making an incorrect assumption that a particular connection instance can't be both a Connection and an XAConnection. It just so happens up to now JBM is the only provider that implements it this way.

Having said all that, to get this fixed quickly, it should be fairly trivial for us to make the change in JBM to separate out the Connection and XAConnection classes. So I suggest we do that.

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4039605#4039605

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4039605



More information about the jboss-dev-forums mailing list