maxHSG / poc-activemq-nodejs

Proof Of Concept for ActiveMQ and Node.js and Node.js cluster module

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Proof Of Concept for ActiveMQ and Node.js and Node.js cluster module


Languages

Language:JavaScript 96.7%Language:Dockerfile 3.3%