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

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

Examples

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