Skip to content

Igor-lkm/node-rabbitmq-rpc-direct-reply-to

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example of RabbitMQ RPC Direct reply-to with node.js

Details: Docs on RabbitMQ

How to start

  1. RabbitMQ is required (e.g. with docker)
docker run -p 5672:5672 rabbitmq:3
  1. Install packages
npm i
  1. Start server
node server.js
  1. Execute client request
node client.js

About

Example of RabbitMQ RPC Direct reply-to with node.js

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published