[rabbitmq-discuss] c# how to get ConfirmSelect errors
Emile Joubert
emile at rabbitmq.com
Fri Sep 21 10:51:51 BST 2012
Mark,
On 20/09/12 14:45, Mark Ward wrote:
> "setconfirmListener" which has now been renamed to "addConfirmListener".
> It appears the .NET version of the rabbitMQ client does not have this
> method or ability. It would appear this is what I am looking for but I
> have not found it in the .NET version. Is this a lacking feature in the
> .NET version or am I not looking in the right place?
The method is called IModel.ConfirmSelect(). ("Enable publisher
acknowledgements.")
> I have the ability to identify the batch of message the fault occurred
> in but I am seeking if I can identify specifically the messages in the
> batch.
If you make the batch size 1 then you will be able to identify the
individual message that was being published when the error occurred. You
will also compromise performance.
-Emile
More information about the rabbitmq-discuss
mailing list