Skip to content

thompchr/rabbitmq-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RabbitMQ with Node.js Proof of Concept

Introduction

This program demonstrates basic pub/sub functionality using RabbitMQ and Node.js.

Requirements

Running

From the root directory run docker-compose up which should run:

  • Producer server
  • Consumer server
  • RabbitMQ server

Usage

To test out the functionality, go to http://docker-ip:8080 and enter a message you would like to send. The consumer will print the message to its log.

About

Demo of Pub/Sub with RabbitMQ and Node.js

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published