[rabbitmq-discuss] about the deliver confirm

Emile Joubert emile at rabbitmq.com
Tue Feb 5 16:39:12 GMT 2013


Hi Steve,

On 05/02/13 14:17, Steve wrote:
> The defaut options for a deliver are no-ack=false and auto-ack=true, is it?

The specification does not define any defaults, but your client library
may. "no-ack" and "auto-ack" are synonyms, so their defaults will be the
same.

> For auto-ack=true does it mean the broker will notify the producer
> automatically that the message has been delivered into the queue
> successfully?

No. You may be confusing any combination of basic.return, publishing
with the mandatory flag and publisher confirms. I suggest you read the
text of the tutorials which introduces messaging concepts:

http://www.rabbitmq.com/getstarted.html
http://www.rabbitmq.com/tutorials/amqp-concepts.html



-Emile








More information about the rabbitmq-discuss mailing list