[rabbitmq-discuss] c# how to get ConfirmSelect errors
Emile Joubert
emile at rabbitmq.com
Thu Sep 20 11:38:07 BST 2012
Hi Mark,
On 19/09/12 22:02, Mark Ward wrote:
> How would I setup my program to be notified of each message that failed
> when using ConfirmSelect? I have tried CallbackException but I am not
> getting events on permission errors.
The publisher needs to remember all messages that are published, and it
can forget about those that are confirmed. Messages that are yet to be
forgotten about at the time of the crash will need to be redelivered as
they might have been lost.
-Emile
More information about the rabbitmq-discuss
mailing list