marcelmaatkamp / electron-rabbitmq-ticker

Display the contents of an exchange in RabbitMQ with a ticker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Display the contents of the topic exchange 'input' in RabbitMQ with a ticker dispaying the number of messages received.

Binaries

OS Filename
Windows rabbitmq-ticker-1.0.2.exe
MacOSX Electron-RabbitMQ-Ticker-1.0.0.dmg
Linux

Build

If you want to make your own version these are the instructions to roll out your own binaries. These instructions are both the same for Windows, MacOSX and Linux.

Build and start (debug) application

To start the application simply type:

 $ npm install && npm start

Or you like to use yarn:

 $ yarn add electron-builder --dev && yarn start

Distribution

This will compile and link the final executable Electron-RabbitMQ-1.0.0.dmg:

 $ yarn dist

Test

To test send the message 'boe' to the topic 'input':

$ echo boe | amqp-publish -u amqp://rabbitmq -e input -r "some_sort_of_routing_key";

About

Display the contents of an exchange in RabbitMQ with a ticker

License:MIT License


Languages

Language:JavaScript 69.5%Language:HTML 28.2%Language:CSS 2.3%