Skip to content
Simone Margaritelli edited this page Oct 25, 2023 · 1 revision

The STOMP text protocol allows interaction with message queueing services like ActiveMQ, RabbitMQ, HornetQ and OpenMQ.

Examples

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