/rmqtools

RabbitMQ tools in go

Primary LanguageGoBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

RMQTools

Misc tools for rabbitmq in go

RMQSender

Send a message on a given channel, with content-type and value. Depending on value type, it is sent as-it (string) or converted to a bigendian integer (int).

RMQSniffer

Listens for messages on a rabbitMQ channel and dump its contents.