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
--http-success-codes <HTTP_SUCCESS_CODES> Comma separated status codes to consider as successful authentication attempts for HTTP based plugins [default: "200, 301, 302"]

Examples

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