[rabbitmq-discuss] Occasional slow message on a local machine
Matthias Radestock
matthias at rabbitmq.com
Sat Sep 15 16:06:57 BST 2012
Brennan,
On 15/09/12 04:22, Brennan Sellner wrote:
> I can consolidate some of the queries to use a shared response queue +
> correlation id, though not all.
You'd certainly want to avoid designs that create one queue per message,
e.g. one reply queue per request-response interactions. That's a bit of
an AMQP anti-pattern ;)
Also, your workaround of making the channel closure asynchronous is a
good one and will be beneficial even when there is no fsync.
Regards,
Matthias.
More information about the rabbitmq-discuss
mailing list