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

https://github.com/fo0/springrabbitmqexample

SpringRabbitMQExample
https://github.com/fo0/springrabbitmqexample

Last synced: 7 days ago
JSON representation

SpringRabbitMQExample

Awesome Lists containing this project

README

          

# SpringRabbitMqExample

### RabbitMQ Docker Container
```bash
docker run -d -p 4445:5672 -p 4446:15672 --name my-rabbit rabbitmq:3-management
```