Skip to content

s403o/RabbitMQ-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

RabbitMQ-Python

Applying Message queue architecture using RabbitMQ

Installing RabbitMQ using Docker

docker run -it --rm --name rabbitmq -p 5672:5672 -p 15672:15672 rabbitmq:3.11-management

Running

  • start the publisher python3 publisher.py You should see an output Sent notify message
  • start the consumer python3 consumer.py, You should see an output Notifying eslam.adel.me@gmail.com

Architecture

image

About

Applying Message queue architecture using RabbitMQ

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages