https://github.com/fo0/springrabbitmqexample
SpringRabbitMQExample
https://github.com/fo0/springrabbitmqexample
Last synced: 7 days ago
JSON representation
SpringRabbitMQExample
- Host: GitHub
- URL: https://github.com/fo0/springrabbitmqexample
- Owner: fo0
- License: mit
- Created: 2020-04-29T18:11:17.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-03T01:44:12.000Z (about 6 years ago)
- Last Synced: 2025-07-25T05:27:50.567Z (12 months ago)
- Language: Java
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```