[rabbitmq-discuss] Messages not being delivered to the queue(but sender shows 'Message sent')
Tim Watson
tim at rabbitmq.com
Fri Oct 12 11:02:02 BST 2012
Hi Vedanth,
Can you execute the command `rabbitmqctl report` against your broker and
post the output please? Are you by any chance running rabbitmq in an
environment with a limited amount of memory? This situation can occur
when the mounted file system rabbit is running on has very little
memory: the broker starts and almost immediately the disk alarm goes
off, which prevents you from using rabbit (as producers become blocked
until we've managed to reclaim enough disk space to handle throughput
properly).
Cheers,
Tim
On 10/11/2012 04:41 PM, vedanth wrote:
> 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
> *http://www.rabbitmq.com/tutorials/tutorial-one-java.html*.
>
> Once i execute the Send class i get a message "/[x] Sent 'Hello World!/'".
> On the other terminal whien i start the Recv it just shows "/[*] Waiting for
> messages. To exit press CTRL+C/" but does not receive any messages which is
> sent.
>
> Also when i check
>> *rabbitmqctl list_queues name messages_ready messages_unacknowledged
> messages durable*
> It shows the queue without any messages:
>
> *Listing queues ...
> hello 0 0 0 false
> ...done.
> *
>
> Any solutions on this problem would be of great help.
>
> Thanks in advance...
>
>
>
>
> --
> View this message in context: http://rabbitmq.1065348.n5.nabble.com/Messages-not-being-delivered-to-the-queue-but-sender-shows-Message-sent-tp22502.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
More information about the rabbitmq-discuss
mailing list