[jboss-user] [JCA/JBoss] - Re: Messaging with IBM Websphere MQ 7 JCA Adapter

amagno do-not-reply at jboss.com
Tue Jul 21 09:02:52 EDT 2009


I think it's because you're saying your session is transacted so it would send the messages only when a commit is issued. Try 

Session sess = conn.createSession(false, Session.AUTO_ACKNOWLEDGE); 

Hope it helps.

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

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



More information about the jboss-user mailing list