Hi, ActiveMQ 5.8.0
I've noticed that messages our STOMP client NACKs are sent to the DLQ associated with the destination the message was consumed from (we have individual dead letter strategy configured). Is there a way to annotate a STOMP NACK message such that ActiveMQ will NOT put the NACK'ed message in a DLQ? I never want said message to be resent once NACK'ed. I want to use STOMP transactions to indicate that a message should go to the DLQ on transaction abort to indicate that its okay to resend the message later. Thanks, Paul