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

https://github.com/hokkung/go-rabbit


https://github.com/hokkung/go-rabbit

Last synced: 3 months ago
JSON representation

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