Hi Owen,<br><br>You&#39;ve got two options for this. Either you can write a client app to do a queue purge, or you can install the BQL plugin which provides a console that you can execute commands on.<br><br>The page at <a href="http://www.rabbitmq.com/rabbitmq-bql.html#installation">http://www.rabbitmq.com/rabbitmq-bql.html#installation</a> discusses installation of this plugin - once you&#39;ve done that, you should be able to execute a command such as:<br>
� BQL&gt; purge queue celerygraph;<br><br>Thanks,<br>Paul.<br><br><div class="gmail_quote">On Thu, Nov 5, 2009 at 2:22 PM, Owen Nelson <span dir="ltr">&lt;<a href="mailto:onelson@ringling.edu">onelson@ringling.edu</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Perhaps this is the culprit?<br>
<br>
rabbitmqctl list_queues -p gmate_test<br>
Listing queues ...<br>
celerygraph � � 277558<br>
celery �0<br>
...done.<br>
<br>
What&#39;s the best way to clear that out? �Looking at the man page for<br>
rabbitmqctl, the only thing I see that would potentially do it would be<br>
to reset the node, then rebuild the vhosts/users. �Is that the only way?<br>
<div><div></div><div class="h5"><br>
<br>
Matthias Radestock wrote:<br>
&gt; Owen,<br>
&gt;<br>
&gt; Owen Nelson wrote:<br>
&gt;&gt; =INFO REPORT==== 1-Nov-2009::09:13:43 ===<br>
&gt;&gt; � � alarm_handler: {set,{system_memory_high_watermark,[]}}<br>
&gt;&gt;<br>
&gt;&gt; =INFO REPORT==== 1-Nov-2009::09:13:44 ===<br>
&gt;&gt; � � alarm_handler: {clear,system_memory_high_watermark}<br>
&gt;<br>
&gt; These messages indicate that rabbit is running low on memory and is<br>
&gt; attempting to throttle producers.<br>
&gt;<br>
&gt; I recommend checking the status of your rabbit using the &#39;rabbitmqctl<br>
&gt; list_* ...&#39; commands. Chances are you have lots of messages in queues,<br>
&gt; or perhaps lots of queues, exchanges or bindings.<br>
&gt;<br>
&gt;<br>
&gt; Regards,<br>
&gt;<br>
&gt; Matthias.<br>
<br>
_______________________________________________<br>
rabbitmq-discuss mailing list<br>
<a href="mailto:rabbitmq-discuss@lists.rabbitmq.com">rabbitmq-discuss@lists.rabbitmq.com</a><br>
<a href="http://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss" target="_blank">http://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss</a><br>
</div></div></blockquote></div><br>