<div>Hi</div>I am not familiar with spring integration. Is it framework(or platform) with RabbitMQ in backend?<div>I think that get messages using api without consuming is impossible. You can check this at&nbsp;<a href="http://hg.rabbitmq.com/rabbitmq-management/raw-file/rabbitmq_v3_1_3/priv/www/api/index.html">http://hg.rabbitmq.com/rabbitmq-management/raw-file/rabbitmq_v3_1_3/priv/www/api/index.html</a></div><div><blockquote class="gmail_quote" style="text-align: left;margin: 0px 0px 0px 0.8ex; border-left-width: 1px; border-left-color: rgb(204, 204, 204); border-left-style: solid; padding-left: 1ex; "><span style="color: rgb(68, 68, 68); font-family: Verdana, sans-serif; font-size: 12px; ">Get messages from a queue. (This is not an HTTP GET as it will alter the state of the queue.)</span></blockquote><blockquote>{"count":5,"requeue":true,"encoding":"auto","truncate":50000}</blockquote><div>As you can see, http api also counsume and requeue messages.</div><div>The first solution to enable http management plugin and use its api. And the second one to consume messages and then requeue them using ampq protocol.</div><div>Consuming all messages from queue is not good solution, as queue size can be huge.</div><div>&nbsp;</div>On Wednesday, July 17, 2013 4:05:15 PM UTC+3, rajasekhar kanugula wrote:<blockquote class="gmail_quote" style="margin: 0;margin-left: 0.8ex;border-left: 1px #ccc solid;padding-left: 1ex;">I want to display the list of messages from a Queue (Reading purpose), some thing like get messages of RabbitMQ management plugin.<br>I am using Spring RabbitMQ integration. I gone through the api and I couldn't find anything.<br>Please let me know how to do this.<br><br>Thanks,<br>Raj<br></blockquote></div>