[rabbitmq-discuss] Command Line Deletion of Queues?

Ben Hood 0x6e6562 at gmail.com
Fri Aug 21 01:26:23 BST 2009


Garrett,

On Fri, Aug 21, 2009 at 12:13 AM, Garrett Smith<g at rre.tt> wrote:
> Being able to delete queues seems like good functionality for rabbitmqctl.
>
> Is the current direction/thinking to move management facilities into plugins?

Not completely. The long talked about intention is to expose
management primitives in the clients, upon which applications can be
built, including CLIs. The how and when of this is still up in the
air. In the interim, plugins are free to fill the gap, because they
can do whatever they want to. Also, in the future, it is likely that
plugins will still be required as a filtering/processing layer on top
the exposed management primitives.

rabbitmqctl was deliberately held as thin as possible, in order that
it remained the simplest possible implementation whilst actually still
being useful.

Ben




More information about the rabbitmq-discuss mailing list