Hi Yogesh, On 12 July 2010 11:51, yogesh pathade <[email protected]> wrote: > Hi, > > > I am trying to send Message to queue using QPID Java Broker 0.6. > > I am seeing weired behavior when I use the JMS Queue sender for XA > connection, the sender completes its operation successfully but the JMS > QPID Broker doesn't receive anything. >
The Qpid Java Broker does not yet support XA connections - if you need to use XA you'll have to use the C++ broker at the moment. The bug here is that the Java Broker really should fail when you try to create a session which uses XA - I'll look into that. Apologies, Rob --------------------------------------------------------------------- Apache Qpid - AMQP Messaging Implementation Project: http://qpid.apache.org Use/Interact: mailto:[email protected]
