An open API service indexing awesome lists of open source software.

https://github.com/galan/plunger

Simple messaging client for the shell (JMS, AMQP, Kafka)
https://github.com/galan/plunger

activemq apache-kafka cli java jms kafka queueing rabbitmq shell

Last synced: 5 days ago
JSON representation

Simple messaging client for the shell (JMS, AMQP, Kafka)

Awesome Lists containing this project

README

          

plunger
=======

Simple messaging client for the shell - provides basic access to messaging-providers, such as [RabbitMQ](https://www.rabbitmq.com), [JBoss HornetQ](http://www.jboss.org/hornetq), [Apache ActiveMQ](http://activemq.apache.org) and [Apache Kafka](http://kafka.apache.org).

With plunger you can:
- list all available queues and topics (including the amount of messages and consumers)
- consume/browse messages
- put messages in a queue or topic
- get the amount of messages or consumers for a specific destination

Go on, and read the [documentation](documentation/home.md).

The [installation](https://github.com/galan/plunger/wiki/Building-plunger) will build the sources and create the required scripts.

Demo
====
![Visual demonstration of plunger (loading gif..)](https://github.com/galan/plunger/raw/master/plunger-support/tty-plunger.gif)

Acknowledgement: plungers development started during work at SEOlytics GmbH and continued at [Joblift GmbH](http://joblift.de).