[rabbitmq-discuss] Help with persistence using RabbitMQ?

Marek Majkowski majek04 at gmail.com
Thu Apr 5 17:09:38 BST 2012


On Thu, Apr 5, 2012 at 05:12, iceblaze <iceblaze at gmail.com> wrote:
> Thanks for finding that annoying bug! Excellent!
>
> In regards to publisher confirms, am I understanding correctly that to
> implement this with Net::Rabbitmq, I simply need to set no_ack => 0
> (enabling acks), and then check for a defined delivery_tag, and if it is
> defined, then return ack, as so:

Not really. Publisher acks is a kind of "reverse" ack, a thing that
server sends once it accepts a publish. It is a rabbitmq extension,
and needs some support from the client, not sure if the perl
client supports it.

Some info:
http://www.rabbitmq.com/extensions.html#publishing

Marek


More information about the rabbitmq-discuss mailing list