[rabbitmq-discuss] Why is the "select" always getting timed out in consumer?

Alan Antonuk alan.antonuk at gmail.com
Fri Dec 13 15:52:56 GMT 2013


What is the routing key and exchange name you're publishing to?

What exchanges and queues did you create and how did you bind them?

Its possible to publish to an exchange that doesn't have a binding to a
queue - so the message will be silently dropped.

If you haven't already, you might want to take a look at:
http://www.rabbitmq.com/getstarted.html which gives a good overview of how
exchanges, queues, and bindings work, and several common patterns of usage.

-Alan


On Fri, Dec 13, 2013 at 7:46 AM, kingsmasher1 <raj.kumar.sanpui at gmail.com>wrote:

> This is the output of rabbitmqctl:
>
> ServerIFM33:/tmp # /usr/sbin/rabbitmqctl list_queues
> Listing queues ...
> file.ingest     0
> MyprefetchQ     0
> file.storage    0
> file.dc.commit  0
> file.alert      0
> file.purge      0
> file.archive    0
> file.dc.receive 0
> ...done.
>
> MyprefetchQ is the one i am interested in polling.
> It does not show any messages, how are the messages getting dropped, when
> the publisher is indeed publishing them? What's wrong?
>
> If i fire the consumers, immediately the messages are consumed. Why the
> queue isn't able to hold messages?
>
>
>
> --
> View this message in context:
> http://rabbitmq.1065348.n5.nabble.com/Why-is-the-select-always-getting-timed-out-in-consumer-tp32046p32071.html
> Sent from the RabbitMQ mailing list archive at Nabble.com.
> _______________________________________________
> rabbitmq-discuss mailing list
> rabbitmq-discuss at lists.rabbitmq.com
> https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rabbitmq.com/pipermail/rabbitmq-discuss/attachments/20131213/79254a7d/attachment.html>


More information about the rabbitmq-discuss mailing list