Re: QPID Broker not getting messages when used ((XAQueueSession)session1).getQueueSession().createSender(null) for XA from QPID Client

2010-07-13 Thread yogesh pathade
: users@qpid.apache.org Date: Tuesday, 13 July, 2010, 14:29 Hi Yogesh, On 12 July 2010 11:51, yogesh pathade 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

QPID Broker not getting messages when used ((XAQueueSession)session1).getQueueSession().createSender(null) for XA from QPID Client

2010-07-12 Thread yogesh pathade
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. When used with the normal Sender cre