Skip to content

assyme/RabbitMQScheduler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RabbitMQScheduler

Example implementation for scheduling rabbitmq messages.

Step 1:

Install rabbit mq and start the server.

Step 2:

Start the reciever in terminal :

python reciever.py

Step 3:

Send dummy messages form sender.py. takes an optional argument as number of dummy messages to send.

python sender.py 5

(sends 5 email and sms messages)

About

Example implementation for scheduling rabbitmq messages.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages