[rabbitmq-discuss] List (public) queues?

tsuraan tsuraan at gmail.com
Mon Dec 22 21:02:53 GMT 2008


> Does
>    http://www.rabbitmq.com/admin-guide.html#list_queues
> do what you want?

That would do it, if it still existed.  I'm using rabbit from hg tip,
and rabbitmqctl doesn't understand list_queues.  Is there any reason
that command seems to have disappeared?

rabbitmqctl --help gives:
Invalid command ["--help"]
Usage: rabbitmqctl [-n <node>] <command> [<arg> ...]

Available commands:

  stop      - stops the RabbitMQ application and halts the node
  stop_app  - stops the RabbitMQ application, leaving the node running
  start_app - starts the RabbitMQ application on an already-running node
  reset     - resets node to default configuration, deleting all data
  force_reset
  cluster <ClusterNode> ...
  status
  rotate_logs [Suffix]

  add_user        <UserName> <Password>
  delete_user     <UserName>
  change_password <UserName> <NewPassword>
  list_users

  add_vhost    <VHostPath>
  delete_vhost <VHostPath>
  list_vhosts

  map_user_vhost   <UserName> <VHostPath>
  unmap_user_vhost <UserName> <VHostPath>
  list_user_vhosts <UserName>
  list_vhost_users <VHostPath>
...




More information about the rabbitmq-discuss mailing list