Re: Stomp nack handling

2022-02-01 Thread Matt Pavlovich
Hello Paul- The transaction handles the nack details. The example is showing how you identify a transaction “tx1”. A transaction may end via abort, commit or abandoned. I believe the abort would send a nack that instructs the broker to redeliver the message. Thanks, Matt Pavlovich > On Feb 1,

Stomp nack handling

2022-02-01 Thread Paul Hutschemaekers
Hello, According to the stomp specification, the handling of the NACK client command is server specific. Does anyone know how activemq handles the NACK command? The only relevant documentation seems to be : https://activemq.apache.org/how-do-i-unack-the-message-with-stomp, which is written as if