"hosierdm" wrote : Why are you explicitly acknowledging your messages in the 
client when you clearly have the session set to auto acknowledge?  That is not 
necessary.  Don't know if it has anything to do with your problem, but just a 
tip.

And ignored by JBossMQ

  |       if (session.acknowledgeMode == Session.CLIENT_ACKNOWLEDGE)
  |          doAcknowledge();
  | 

It is more likely the transaction session is not getting committed/rolledback 
so it is just
accumulating message acknowledgements.

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

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


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to