https://github.com/soulgarden/rmq-pubsub
Rmq simple publisher and subscriber with circuit breaker and graceful shutdown support
https://github.com/soulgarden/rmq-pubsub
go library publisher pubsub pubsub-library rabbitmq subscriber
Last synced: 6 months ago
JSON representation
Rmq simple publisher and subscriber with circuit breaker and graceful shutdown support
- Host: GitHub
- URL: https://github.com/soulgarden/rmq-pubsub
- Owner: soulgarden
- Created: 2022-04-02T22:18:22.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-11T11:26:44.000Z (7 months ago)
- Last Synced: 2024-11-11T12:27:45.805Z (7 months ago)
- Topics: go, library, publisher, pubsub, pubsub-library, rabbitmq, subscriber
- Language: Go
- Homepage:
- Size: 46.9 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
Convenient RabbitMQ simple publisher and subscriber with circuit breaker and graceful shutdown support
[](https://goreportcard.com/report/github.com/soulgarden/rmq-pubsub)
### Examples
See [examples](https://github.com/soulgarden/rmq-pubsub/tree/master/examples) directory
### Test
Run `make test` in console