Revisions

gist: 46009 Download_button fork
public
Public Clone URL: git://gist.github.com/46009.git
Embed All Files: show embed
Text only #
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Usage: rabbitmqctl [-q] [-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>
 
  list_queues [-p <VHostPath>] [<QueueInfoItem> ...]
  list_exchanges [-p <VHostPath>] [<ExchangeInfoItem> ...]
  list_bindings [-p <VHostPath>]
  list_connections [<ConnectionInfoItem> ...]