[rabbitmq-discuss] RabbitMQ 2.8.1 reorders messages?
Emile Joubert
emile at rabbitmq.com
Tue May 8 12:32:06 BST 2012
Hi Matti,
On 08/05/12 12:04, Matti Linnanvuori wrote:
> I noticed that a Net::RabbitMQ Perl client gets a message with a
> later timestamp before another message with an earlier timestamp. The
The broker preserves the order of messages along a single path between a
publisher and consumer. If you are seeing messages out of order then it
means there was more than one path between the producer and consumer.
Check that you don't have multiple channels or subscriptions.
-Emile
More information about the rabbitmq-discuss
mailing list