Skip to content

Repository to host the examples and the code for my Celery Workshop

Notifications You must be signed in to change notification settings

antoniogamiz/celery-workshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Celery Workshop

RabbitMQ

To easily spin-up a RabbitMQ instance on your local machine, run:

docker run --rm -it --name broker -p 15672:15672 rabbitmq:3-management

This docker image includes the management plugin of rabbitmq. You can open it at http://localhost:15672 with the credentials guest:guest.

To stop the broker, just run:

docker stop broker

References

About

Repository to host the examples and the code for my Celery Workshop

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages