[rabbitmq-discuss] How to get the list of messages from Queue without consuming the messages

Emile Joubert emile at rabbitmq.com
Tue Jul 23 09:59:32 BST 2013


On 23/07/13 09:43, Anton Sizov wrote:

> I am not familiar with spring integration. Is it framework(or platform)
> with RabbitMQ in backend?

See http://www.springsource.org/spring-amqp

> I think that get messages using api without consuming is impossible.

There is no way to browse a queue, but messages can be received and
returned to the queue.

Messages can be received synchronously (basic.get) or asynchronously
(basic.consume).





-Emile





More information about the rabbitmq-discuss mailing list