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
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to