https://github.com/wpjunior/activemq-pubsub-example.js
https://github.com/wpjunior/activemq-pubsub-example.js
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/wpjunior/activemq-pubsub-example.js
- Owner: wpjunior
- Created: 2014-10-20T20:14:36.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-10-20T20:14:53.000Z (over 11 years ago)
- Last Synced: 2025-01-13T23:13:27.721Z (over 1 year ago)
- Language: JavaScript
- Size: 97.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
ActiveMQ Pub/Sub Example.js
---------------------------
A simple example of subscribe and publish for ActiveMQ written in nodeJS.
Install dependencies
--------------------
```
make setup
```
Open many instancies of
-----------------------
```
make run
```