[rabbitmq-discuss] RabbitMQ - an example for a =?utf-8?Q?=E2=80=9CNack=E2=80=9D_?=need

Michael Klishin mklishin at gopivotal.com
Sat Apr 26 15:56:04 BST 2014


On April 26, 2014 at 6:49:27 PM, rails (stammailbox at gmail.com) wrote:
> >
> When do I need to respond with a nack on my RabbitMQ listener?
> So far I have never witness an error in the message over the network.  

See http://markmail.org/thread/ayb6j3bwmh3zsww6

> I guess the network layer should take care of it, no?

Network layer cannot possibly take care of an issue with RabbitMQ node.

> If I get an error message from the publisher a nack will just leave  
> it in the queue, wont it?

Are you talking about publisher confirms or consumer ones? With publisher
confirms something can go wrong before a message is routed to a queue, or it
can route nowhere. 
--  
MK





More information about the rabbitmq-discuss mailing list