Skip to content

cgomboz/rabbit-tail

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rabbit Tail

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.

Install

npm install -g rabbit-tail

Usage

Basic (--remoteUrl)

rabbit-tail --remoteUrl username:[email protected]/myvhost --exchange my-exchange --routingKeys routingKey1,routingKey2

Basic (individual arguments)

rabbit-tail --host rabbit.host.com --auth username:password --vhost myvhost --exchange my-exchange --routingKeys routingKey1,routingKey2

Bind to all keys on topic exchange

rabbit-tail --host rabbit.host.com --auth username:password --vhost myvhost --exchange my-exchange --routingKeys '#'

Help

rabbit-tail --help

TODO

  1. Tests.

About

Tail messages from a RabbitMQ exchange

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%