Comment 3 for bug 1197380

Revision history for this message
Simon MacMullen (simon-macmullen) wrote :

Umm, with the shell fragment posted, you have the receiver started outside the "while true" loop. Therefore the shell will never start the receiver, and messages back up inside RabbitMQ until memory is exhausted.

You can verify this with "rabbitmqctl list_queues" or the management plugin web UI.