Awesome Simon! Tks a lot, i deffly will!!!<br><br><div class="gmail_quote">2012/12/18 Simon MacMullen <span dir="ltr">&lt;<a href="mailto:simon@rabbitmq.com" target="_blank">simon@rabbitmq.com</a>&gt;</span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<div class="HOEnZb"><div class="h5">On 18/12/12 10:08, Emile Joubert wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi Patryk,<br>
<br>
On 17/12/12 17:05, Patryk Moura wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Guys, theres any1way to list all queued messages from a server &quot;x&quot; in a<br>
datagrid? (.net for example?)<br>
</blockquote>
<br>
It is possible to dequeue and then requeue all messages in a queue using<br>
a standard AMQP client, but this could be an expensive operation and it<br>
will alter the messages by turning on the redelivered flag when those<br>
messages are delivered subsequently. You would also need to enumerate<br>
the queues, which cannot be done with AMQP - this will require<br>
&quot;rabbitmqctl list_queues&quot; or access to the management interface.<br>
</blockquote>
<br></div></div>
Also, check the management API /api/queues/&lt;vhost&gt;/&lt;name&gt;/<u></u>get, documented here:<br>
<br>
<a href="http://hg.rabbitmq.com/rabbitmq-management/raw-file/rabbitmq_v3_0_1/priv/www/api/index.html" target="_blank">http://hg.rabbitmq.com/<u></u>rabbitmq-management/raw-file/<u></u>rabbitmq_v3_0_1/priv/www/api/<u></u>index.html</a><br>


<br>
This dequeues and requeues as Emile suggests.<br>
<br>
Cheers, Simon<span class="HOEnZb"><font color="#888888"><br>
-- <br>
Simon MacMullen<br>
RabbitMQ, VMware<br>
</font></span></blockquote></div><br>