rileyweber / rabbit-tail

Tail messages from a RabbitMQ exchange

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

List examples via

rabbit-tail -e

Help

rabbit-tail --help

TODO

  1. Tests.

About

Tail messages from a RabbitMQ exchange


Languages

Language:JavaScript 100.0%