[rabbitmq-discuss] Consumer not receiving message

Ask Solem ask at rabbitmq.com
Tue Jul 23 16:41:02 BST 2013


On Jul 16, 2013, at 11:10 AM, Jagadish Nadimpalli <jagadish.nadimpalli at oneconvergence.com> wrote:

> Hi All,
> 
> I am using Kombu as AMQP message framework. I have registered my consumer and sending message from producer with a topic. But I am not able to see that the message is not unblocking the thread that is polling at consumer side. I see that the messages are coming to the queues and are getting drained but not received by the consumer thread. I came to this conclusion as I don't see any of the ready/unacknowledged fields with positive values in the RabbitMQ management UI.
> 
> Is there something obvious I am missing? Thanks in advance for your help.


Hey Jagadish!

Hard do say without seeing the problematic code,
but it sounds like it's not properly consuming from the correct queue,
does the queue have any consumers attach (consumer count)?

What do you mean by a consumer thread?  Are you using threads for this?


More information about the rabbitmq-discuss mailing list