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

https://github.com/nattatorn-dev/rabbitmq-design-pattern


https://github.com/nattatorn-dev/rabbitmq-design-pattern

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

## Start RabbitMQ Server

```
$ docker-compose up -d
```

Admin page at `http://localhost:15672/`

- username=guest
- password=guest

## Start Consumer

```
$go run consumer-group.go
```

## Start Producer

```
$go run producer-group.go
```