[rabbitmq-discuss] Question on throughput with RabbitMQ-3.1.1

Michael Klishin michael.s.klishin at gmail.com
Tue Jun 25 17:13:15 BST 2013


2013/6/25 PRIYANKI VASHI <vashi.priyanki at gmail.com>

> When u say I am using confirm delivery, isn't that the way one confirm
> message has reached to rabbitmq server ?
>
> This is what I understood as publisher confirm usage.
> Am i wrong in my understanding ?
>

Your understanding is correct but you don't need to enable confirmations
using confirm.select for every message.
It needs to be done once per channel, before you publish.

Doing so for every published messages is just a waste of bandwidth and time
(if confirm.select in your client
blocks).
-- 
MK

http://github.com/michaelklishin
http://twitter.com/michaelklishin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rabbitmq.com/pipermail/rabbitmq-discuss/attachments/20130625/82db2979/attachment.htm>


More information about the rabbitmq-discuss mailing list