[jboss-user] [JBoss Messaging] - Re: Unable to consume more than 777, 000 messages
timfox
do-not-reply at jboss.com
Mon Aug 3 09:21:38 EDT 2009
The JBM core api is more powerful than the JMS API in that if you call message.acknowledge() it will acknowledge all messages up to and including that one that have been delivered on the session.
This differs from the JMS message.acknowledge() which acknowledges *all* messages that have been delivered on that session up until the time when you call it.
There is a subtle but important difference there.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4247592#4247592
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4247592
More information about the jboss-user
mailing list