<div dir="ltr">What is the routing key and exchange name you're publishing to?<div><br></div><div>What exchanges and queues did you create and how did you bind them?</div><div><br></div><div>Its possible to publish to an exchange that doesn't have a binding to a queue - so the message will be silently dropped.</div>
<div><br></div><div>If you haven't already, you might want to take a look at:�<a href="http://www.rabbitmq.com/getstarted.html">http://www.rabbitmq.com/getstarted.html</a> which gives a good overview of how exchanges, queues, and bindings work, and several common patterns of usage.</div>
<div><br></div><div>-Alan</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Fri, Dec 13, 2013 at 7:46 AM, kingsmasher1 <span dir="ltr"><<a href="mailto:raj.kumar.sanpui@gmail.com" target="_blank">raj.kumar.sanpui@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">This is the output of rabbitmqctl:<br>
<br>
ServerIFM33:/tmp # /usr/sbin/rabbitmqctl list_queues<br>
Listing queues ...<br>
file.ingest � � 0<br>
MyprefetchQ � � 0<br>
file.storage � �0<br>
file.dc.commit �0<br>
file.alert � � �0<br>
file.purge � � �0<br>
file.archive � �0<br>
file.dc.receive 0<br>
...done.<br>
<br>
MyprefetchQ is the one i am interested in polling.<br>
It does not show any messages, how are the messages getting dropped, when<br>
the publisher is indeed publishing them? What's wrong?<br>
<br>
If i fire the consumers, immediately the messages are consumed. Why the<br>
queue isn't able to hold messages?<br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://rabbitmq.1065348.n5.nabble.com/Why-is-the-select-always-getting-timed-out-in-consumer-tp32046p32071.html" target="_blank">http://rabbitmq.1065348.n5.nabble.com/Why-is-the-select-always-getting-timed-out-in-consumer-tp32046p32071.html</a><br>

<div class="HOEnZb"><div class="h5">Sent from the RabbitMQ mailing list archive at Nabble.com.<br>
_______________________________________________<br>
rabbitmq-discuss mailing list<br>
<a href="mailto:rabbitmq-discuss@lists.rabbitmq.com">rabbitmq-discuss@lists.rabbitmq.com</a><br>
<a href="https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss" target="_blank">https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss</a><br>
</div></div></blockquote></div><br></div>