darioajr / rabbitmq-redis-poc

Simple RabbitMQ Poc with Node web publisher and Python console consumer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rabbitmq-redis-poc

Simple RabbitMQ and Redis Poc with Node web publisher and Python console consumer-redis / consumer-rabbitmq

Docker compose build

docker-compose up

View consumer-redis result

docker logs consumer-redis 

View consumer-rabbitmq result

docker logs consumer-rabbitmq 

Produce message http://localhost:3000/message

Need first create the queue my-queue (Transient) in the rabbitmq container, http://localhost:15672

alt text

About

Simple RabbitMQ Poc with Node web publisher and Python console consumer

License:MIT License


Languages

Language:JavaScript 63.1%Language:Python 20.4%Language:Pug 8.6%Language:Dockerfile 6.1%Language:CSS 1.8%