« Return to Thread: Ignore delivery mode 2 in some queues

Re: Ignore delivery mode 2 in some queues

by Matthias Radestock-3 :: Rate this Message:

| View in Thread

On 26/04/12 23:42, Matthew Sackman wrote:
> However, the same persistent msg sent to many durable queues only gets
> written to disk once. Each queue has to do a small amount of on-disk
> writing to record that the msg is in the queue, but the msg itself only
> gets written once. Thus the extra cost of accidentally sending the msg
> to another durable queue should be very low.

Indeed. From the OP's description I rather suspect the bottleneck is not
rabbit but the consumer which is writing messages to mongodb.

Matthias.
_______________________________________________
rabbitmq-discuss mailing list
rabbitmq-discuss@...
https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss

 « Return to Thread: Ignore delivery mode 2 in some queues