Discussion:
[rabbitmq-users] Why is my queue acting like a LIFO? I want FIFO!
Krish
2015-07-14 17:24:11 UTC
Permalink
Hi All,

Publishing messages to Queue as FIFO and residing as same format. But while
conusming, I am not receiving as Queue order. Can some one help me out here
to fix this issu?

Thanks
Krish
--
You received this message because you are subscribed to the Google Groups "rabbitmq-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rabbitmq-users+***@googlegroups.com.
To post to this group, send an email to rabbitmq-***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Michael Klishin
2015-07-14 17:31:39 UTC
Permalink
Messages are delivered in FIFO order. However, when there are multiple consumers, messages are distributed between them according to certain rules, see tutorial 2.

MK
Post by Krish
Hi All,
Publishing messages to Queue as FIFO and residing as same format. But while conusming, I am not receiving as Queue order. Can some one help me out here to fix this issu?
Thanks
Krish
--
You received this message because you are subscribed to the Google Groups "rabbitmq-users" group.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "rabbitmq-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rabbitmq-users+***@googlegroups.com.
To post to this group, send an email to rabbitmq-***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Michael Klishin
2015-07-14 18:27:58 UTC
Permalink
+rabbitmq-users — please post to the list
Thanks for your reply. Is there any way to specify the order?
There is only one order: FIFO. Well, there are also priority queues, so
I guess there are two. But that’s it.
--
MK

Staff Software Engineer, Pivotal/RabbitMQ
--
You received this message because you are subscribed to the Google Groups "rabbitmq-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rabbitmq-users+***@googlegroups.com.
To post to this group, send an email to rabbitmq-***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Michael Klishin
2015-07-14 18:28:51 UTC
Permalink
+rabbitmq-users
If possible, can you please share the code for wait until 1st
consumer complete the process.
See Tutorial 2, set basic.qos prefetch to 1 *before* you begin consuming. 
--
MK

Staff Software Engineer, Pivotal/RabbitMQ
--
You received this message because you are subscribed to the Google Groups "rabbitmq-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rabbitmq-users+***@googlegroups.com.
To post to this group, send an email to rabbitmq-***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Loading...