[rabbitmq-discuss] Why does the queue drop other messages after the first is consumed?

kingsmasher1 raj.kumar.sanpui at gmail.com
Mon Dec 16 15:36:24 GMT 2013


Hi All,

I have created a queue using:
amqp_queue_declare(conn, channel, amqp_cstring_bytes(queue.c_str()), 0
                        , 1, 0, 1,  amqp_empty_table);

There are 4 publishers, which publishes the message fine, and the message
count is also 4. But as soon as one of the message is consumed the rest are
getting discarded.

Any hint, as why it is happening?





--
View this message in context: http://rabbitmq.1065348.n5.nabble.com/Why-does-the-queue-drop-other-messages-after-the-first-is-consumed-tp32118.html
Sent from the RabbitMQ mailing list archive at Nabble.com.


More information about the rabbitmq-discuss mailing list