1.0.2 • Published 8 years ago
rabbitmq-ticker v1.0.2
Display the contents of the topic exchange 'input' in RabbitMQ with a ticker dispaying the number of messages received.
Binaries
| OS | Filename |
|---|---|
| Wndows | Electron-RabbitMQ-Ticker Setup 1.0.0.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 startOr you like to use yarn:
$ yarn add electron-builder --dev && yarn startDistribution
This will compile and link the final executable Electron-RabbitMQ-1.0.0.dmg:
$ yarn distTest
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";1.0.2
8 years ago