[rabbitmq-discuss] Query on bulk acknowledgement - For both Publisher confirms and Consumer Acknowledgement

Michael Klishin mklishin at gopivotal.com
Mon Aug 26 21:26:26 BST 2013


Behnam Behzadi:

> That coordination is non-trivial and very error-prone. Any reasons delivery-tag is not unique per queue? Of course we'd have to pass the queueName to Channel.basicAck() method in that case. Does AMQP allow such implementation?

basic.ack works per channel in the protocol. No, you cannot scope it by queue.

You can ack one delivery at a time which would require no coordination.
--
MK

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 495 bytes
Desc: Message signed with OpenPGP using GPGMail
URL: <http://lists.rabbitmq.com/pipermail/rabbitmq-discuss/attachments/20130827/74329266/attachment.pgp>


More information about the rabbitmq-discuss mailing list