Hi Everyone
           Am new to rabbit mq. I just installed rabbit mq (rabbitmq-server-2.8.7-1.noarch.rpm, able to start rabbit mq successfully)and started with some sample java programs as suggested in <b>http://www.rabbitmq.com/tutorials/tutorial-one-java.html</b>.
 
Once i execute the Send class i get a message "<i>[x] Sent 'Hello World!</i>'". On the other terminal whien i start the Recv it just shows "<i>[*] Waiting for messages. To exit press CTRL+C</i>" but does not receive any messages which is sent.

Also when i check 
><b>rabbitmqctl list_queues name messages_ready messages_unacknowledged messages durable</b>
It shows the queue without any messages:

<b>Listing queues ...
hello   0       0       0       false
...done.
</b>

Any solutions on this problem would be of great help.

Thanks in advance...


        
        
        
<br/><hr align="left" width="300" />
View this message in context: <a href="http://rabbitmq.1065348.n5.nabble.com/Messages-not-being-delivered-to-the-queue-but-sender-shows-Message-sent-tp22501.html">Messages not being delivered to the queue(but sender shows 'Message sent')</a><br/>
Sent from the <a href="http://rabbitmq.1065348.n5.nabble.com/">RabbitMQ mailing list archive</a> at Nabble.com.<br/>