https://github.com/hokkung/go-rabbit
https://github.com/hokkung/go-rabbit
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hokkung/go-rabbit
- Owner: hokkung
- Created: 2022-05-30T02:56:13.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-05-30T02:59:08.000Z (about 3 years ago)
- Last Synced: 2025-01-18T01:43:59.623Z (5 months ago)
- Language: Go
- Size: 3.12 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
```
docker run -d --hostname my-rabbit --name some-rabbit -e RABBITMQ_DEFAULT_USER=user -e RABBITMQ_DEFAULT_PASS=password -e RABBITMQ_DEFAULT_VHOST=my_vhost rabbitmq:3-management
```