An open API service indexing awesome lists of open source software.

https://github.com/percival33/rabbitmq-playground


https://github.com/percival33/rabbitmq-playground

Last synced: about 1 year ago
JSON representation

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
```