Reputation: 2996
Is it possible in RabbitMQ to get confirm messages, when I send to queue? Thanks!
Upvotes: 0
Views: 1846
Reputation: 7624
You will probably want to use the return listener and mandatory flag on basic publish
Upvotes: 1