Hi everyone, in the STOMP client I'm developing it's possible to rollback an ACK inside a transaction. How can I define a re-delivery limit so that messages, after being retried for a number of times, are put in a DLQ? Aside for a Java example[1] I failed to find any documentation on this matter.
TIA, Celso 1) http://activemq.apache.org/message-redelivery-and-dlq-handling.html
