transaction « rabbitmq « Java Enterprise Q&A





1. RabbitMQ and DB transactions    stackoverflow.com

Does RabbitMQ support a scenario where a received message acknowledgement is sent on the DB transaction commit? Currently we send ack after DB transaction commit. If service fails inbetween, we'll get data ...

2. AMQP transactions with Kombu and Rabbitmq    stackoverflow.com

I cant seem to find any documentation on using AMQP transactions through the Kombu api.
This page talks about appending a message to the transactional state ...