Message sniffer is a command-line tool for displaying messages from RabbitMQ queues and exchanges.
-
Download the appropriate binary from the list of releases.
-
Rename the binary how ever you would like and install the binary in a directory that exists on your $PATH (Example:
/usr/local/bin/
) -
You should now be able to use the
message-sniffer
command
-
Ensure that you have your $GOPATH properly set and that the $GOPATH/bin is include in your $PATH
-
Clone the repository using
git clone https://github.com/joshmalbrecht/message-sniffer.git
-
Run
go install
from the root of your directory -
You should now be able to use the
message-sniffer
command