[rabbitmq-discuss] Publisher Confirms Multiple Acks and Multiple Nacks behavior

Emile Joubert emile at rabbitmq.com
Wed Nov 14 11:48:14 GMT 2012


Hi Eric,

On 14/11/12 10:24, Simon MacMullen wrote:
>> If that is the case, I would have to keep a buffer queue of all the
>> ack/nacks and process them in order (since they are processed out of
>> band).  Would that be the recommended approach?
>
> Yes.

To expand on what Simon said, it is unlikely that normal operations will 
resume after the broker sends a nack, because this means the broker 
experienced an internal error. A reasonable approach would be to record 
the last ack and treat the nack as a fatal condition.


-Emile






More information about the rabbitmq-discuss mailing list