logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

librabbitmq-tools - Command line AMQP tools

Author

TheRabbitMQTeam<<info@rabbitmq.com>>

RabbitMQ C Client                                  2024-11-22                               LIBRABBITMQ-TOOLS(7)

Common Options

-s, --server=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=vhost
           The AMQP vhost to specify when connecting. Defaults to /.--username=username
           The username to authenticate to the AMQP server with. Defaults to guest.

       --password=password
           The password to authenticate to the AMQP server with. Defaults to guest.

Description

       A set of command line AMQP tools based on librabbitmq. This page describes common options and conventions
       used by all of the tools.

Name

       librabbitmq-tools - Command line AMQP tools

See Also

amqp-publish(1), amqp-consume(1), amqp-get(1)

See Also