CLI utility for consuming and debugging RabbitMQ messages. It creates a transient queue (deleted on program termination), binds it to the target exchange and prints incoming messages.
npm install -g rabbit-tail
rabbit-tail --remoteUrl username:[email protected]/myvhost --exchange my-exchange --routingKeys routingKey1,routingKey2
rabbit-tail --host rabbit.host.com --auth username:password --vhost myvhost --exchange my-exchange --routingKeys routingKey1,routingKey2
rabbit-tail --host rabbit.host.com --auth username:password --vhost myvhost --exchange my-exchange --routingKeys '#'
rabbit-tail --help
- Tests.