Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ajimae/rabbitmq-fanout-exchange
rabbitmq fanout/subscribe with exchange queue
https://github.com/ajimae/rabbitmq-fanout-exchange
Last synced: 19 days ago
JSON representation
rabbitmq fanout/subscribe with exchange queue
- Host: GitHub
- URL: https://github.com/ajimae/rabbitmq-fanout-exchange
- Owner: ajimae
- Created: 2021-02-17T03:14:22.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-02-17T03:22:42.000Z (almost 4 years ago)
- Last Synced: 2024-10-25T10:31:11.661Z (26 days ago)
- Language: JavaScript
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# rabbitmq-fanout-exchange
a demonstration of pub(fanout)-sub using rabbitmq exchange.
### How to use
There are three directories within the repo, clone the entire repository and follow the instructions below.#### Install dependencies
- change directory into exchange folder and run `npm install`
- repeat the above for both publisher and subscriber directories#### Run the application
- change directory into the subscriber directory and run `npm start`
- repeat the above step for the publisher directory also.