https://github.com/percival33/rabbitmq-playground
https://github.com/percival33/rabbitmq-playground
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/percival33/rabbitmq-playground
- Owner: Percival33
- Created: 2024-07-25T21:08:37.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-25T21:34:46.000Z (almost 2 years ago)
- Last Synced: 2025-01-23T06:44:58.515Z (over 1 year ago)
- Language: Python
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RabbitMQ playground
```bash
docker run -it --rm --name rabbitmq -p 5672:5672 -p 15672:15672 rabbitmq:3.13-management
```
```bash
python -m pip install pika --upgrade
```