[rabbitmq-discuss] How to do publisher confirms over STOMP with RabbitMQ
Matthias Radestock
matthias at rabbitmq.com
Wed May 29 07:37:23 BST 2013
On 29/05/13 04:41, Rohit Yadav wrote:
> What is the best way to deliver messages over STOMP reliably? I wanted
> to use receipts as a way of knowing that the payload reached the STOMP
> adapter.
That's what receipts are for. So use them.
> As per spec I also see transactions and ack, what works in that
> use case?
No point using transactions. Acks provide reliability for consuming. So
use those there.
Matthias.
More information about the rabbitmq-discuss
mailing list