https://github.com/nattatorn-dev/rabbitmq-design-pattern
https://github.com/nattatorn-dev/rabbitmq-design-pattern
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nattatorn-dev/rabbitmq-design-pattern
- Owner: nattatorn-dev
- Created: 2022-12-22T07:21:04.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-31T12:24:54.000Z (over 2 years ago)
- Last Synced: 2025-03-29T05:38:07.687Z (about 2 months ago)
- Language: JavaScript
- Size: 5 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```