] > RabbitMQ C Client The RabbitMQ Team <info@rabbitmq.com> &date; librabbitmq-tools 7 RabbitMQ C Client librabbitmq-tools Command line AMQP tools Description A set of command line AMQP tools based on librabbitmq. This page describes common options and conventions used by all of the tools. Common Options =hostname:port The host name (or address) to connect to. Defaults to localhost. The port number may also be specified; if omitted, it defaults to the standard AMQP port number (5672). =vhost The AMQP vhost to specify when connnecting. Defaults to /. =username The username to authenticate to the AMQP server with. Defaults to guest. =password The password to authenticate to the AMQP server with. Defaults to guest. See also amqp-publish1 amqp-consume1 amqp-get1