All Projects → ErickWendel → poc-activemq-nodejs

ErickWendel / poc-activemq-nodejs

Licence: other
Proof Of Concept for ActiveMQ and Node.js and Node.js cluster module

Programming Languages

javascript
184084 projects - #8 most used programming language
Dockerfile
14818 projects

Proof of Concept - ActiveMQ

This project is something to show how ActiveMQ would work with Node.js.

There are two files:

  • sender who sends 200 messages per second to an Queue
  • receiver many Node.js copies whos receive each individual message.

Running

  • Run docker-compose up --build and it'll install and configure the apps.

Accessing ActiveMQ Dashboard

  • Accessing http://localhost:8161/admin/ you'd find the dashboard. After clicking in this link, use the default user activemq and default password activemq.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].