1LIBRABBITMQ-TOOLS(7) RabbitMQ C Client LIBRABBITMQ-TOOLS(7)
2
3
4
6 librabbitmq-tools - Command line AMQP tools
7
9 A set of command line AMQP tools based on librabbitmq. This page
10 describes common options and conventions used by all of the tools.
11
13 -s, --server=hostname:port
14 The host name (or address) to connect to. Defaults to localhost.
15 The port number may also be specified; if omitted, it defaults to
16 the standard AMQP port number (5672).
17
18 --vhost=vhost
19 The AMQP vhost to specify when connecting. Defaults to /.
20
21 --username=username
22 The username to authenticate to the AMQP server with. Defaults to
23 guest.
24
25 --password=password
26 The password to authenticate to the AMQP server with. Defaults to
27 guest.
28
30 amqp-publish(1), amqp-consume(1), amqp-get(1)
31
33 The RabbitMQ Team <<info@rabbitmq.com>>
34
35
36
37RabbitMQ C Client 2021-04-01 LIBRABBITMQ-TOOLS(7)