Skip to content

project for learning rabbitmq exchange setup on local cloud

License

Notifications You must be signed in to change notification settings

emkor/rmq-learning

Repository files navigation

rmq-learning

project for learning rabbitmq exchange setup on local cloud

usage

  • start-up RabbitMQ host using docker-compose -f compose-rmq.yml -d
  • edit creds.sh with parameters you want
  • on each producer and consumer node with Python 3 available:
    • execute setup_prod_cons.sh to download dependencies
    • execute source creds.sh
  • on producer node:
    • python3 task_producer.py
  • on consumer node:
    • python3 task_consumer.py

About

project for learning rabbitmq exchange setup on local cloud

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published