EK.
EK.

Reputation: 2996

RabbitMQ get message send confirm

Is it possible in RabbitMQ to get confirm messages, when I send to queue? Thanks!

Upvotes: 0

Views: 1846

Answers (1)

robthewolf
robthewolf

Reputation: 7624

You will probably want to use the return listener and mandatory flag on basic publish

Upvotes: 1

Related Questions