1. RabbitMQ and DB transactions stackoverflow.comDoes 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.comI cant seem to find any documentation on using AMQP transactions through the Kombu api. |