Re: Issue with JMS XAQueueSession
Posted By:
njr_frens
Posted On:
Sunday, May 9, 2010 09:56 AM
Intead of XAQueueSession, if I create normal queue session(non XA) like below, it is publishing messages
queueSession = queueConnection.createQueueSession(false, Session.AUTO_ACKNOWLEDGE);
What is wrong with XAQueueSession?