Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 343 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 343 Bytes

RabbitMQ Demo

Simple "Hello World" example for RabbitMQ.

Configuration

# install dependencies
npm install

# create message queue
make queue

# create receiver
make receiver

# send a message
make sender

Resources

🔗 Adapted from RabbitMQ's tutorial