0.5.1 • Published 5 years ago

funny-bunny v0.5.1

Weekly downloads
1
License
ISC
Repository
github
Last release
5 years ago

funny-bunny

Interactive RabbitMQ queue inspector.

Getting started

Installation

Install globally with npm install -g funny-bunny or locally with npm install funny-bunny.

Running

Global installation: funny-bunny --help.

Local installation: ./node_modules/.bin/funny-bunny --help.

Commands

All commands that has an optional id parameter will default to the last message in the cache.

next

next

Fetch next message from queue and stores it in cache.

print

print [id]

Print the specified message from cache, defaults to the last message.

list

list

List all cached messages.

skip

skip [-c | --count <count> ]

Fetch the next count messages but skip cache. The message will be unavailable until program restart.

enqueue

enqueue <queue> [id]

Enqueue the specified message to the specified queue.

ack

ack [id]

Acknowledge the specified message, removes it from its queue.

retry

retry [id]

If the specified message is a dead letter, enqueue it to its last failed queue and acknowledge it.

0.5.1

5 years ago

0.5.0

5 years ago

0.4.1

6 years ago

0.2.1

7 years ago

0.2.0

7 years ago