mohammadanang / msn

An example microservice project using rabbitmq and nodejs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Asynchronous Microservices with RabbitMQ

Setup

Step to run:

 - node rabbitmq_setup.js
 - cd service-a
 - node index.js
 // open new terminal
 - cd service-b
 - node index.js

Send request to test the action using POST method.
Hit this url: /api/v1/process.
The request body contain parameter:

Key Value
"data" "random string"

About

An example microservice project using rabbitmq and nodejs


Languages

Language:JavaScript 100.0%