Semantics of repeated acknowledgments in JMS

Posted by Lajos Nagy on Stack Overflow See other posts from Stack Overflow or by Lajos Nagy
Published on 2010-06-13T16:50:54Z Indexed on 2010/06/13 17:42 UTC
Read the original article Hit count: 201

Filed under:
|

Suppose I decide to call acknowledgment() on a JMS message several times. Say the first call fails (for non-permanent reason). Does the success of the second (or any subsequent) call guarantee that the message is now acknowledged? Is the exact behavior of acknowledgement() specified anywhere?

© Stack Overflow or respective owner

Related posts about java

Related posts about jms