If my understanding is correct, you can\'t actually look at messages in the rabbit queue without taking them out and putting them back in. There\'s no way to use rabbitmqctl to
You could stuff them into something else first before sending them to RabbitMQ. I wrote message queuing software to do this. Check out http://qdb.io/