[rabbitmq-discuss] .NET API (2.4.1) -- does BasicAcks event ever fire?

Matthew Sackman matthew at rabbitmq.com
Tue May 3 22:01:58 BST 2011


On Tue, May 03, 2011 at 12:41:24PM -0700, Luke Winikates wrote:
> When I first started playing with it, I ran into a bit of a puzzler when I
> tried to add an EventHandler to the IModel.BasicAcks event. It seems as
> though the event never gets raised, and I'm wondering if I'm using the .NET
> Client wrong. An event handler on the IModel.ModelShutdown event works just
> fine. Messages are definitely getting Ack-ed (the management console
> confirms this), but I'm getting nothing on the event front.

The BasicAcks events corresponds to publisher confirms, not you acking
msgs when consuming them.

See http://www.rabbitmq.com/blog/2011/02/10/introducing-publisher-confirms/

Matthew


More information about the rabbitmq-discuss mailing list