Skip to content
Simone Margaritelli edited this page Oct 30, 2023 · 3 revisions

The AMQP binary protocol allows interaction with message queueing services like ActiveMQ, RabbitMQ, Qpid, JORAM and Solace.

Options

Name Description
--amqp-ssl Enable SSL for AMQP.

Examples

legba amqp \
    --target localhost:5672 \
    --username admin \
    --password data/passwords.txt
Clone this wiki locally