Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 2 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 (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-11T11:26:44.000Z (3 months ago)
- Last Synced: 2024-11-11T12:27:45.805Z (3 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
[![Go Report Card](https://goreportcard.com/badge/github.com/soulgarden/rmq-pubsub)](https://goreportcard.com/report/github.com/soulgarden/rmq-pubsub)
![Tests and linters](https://github.com/soulgarden/rmq-pubsub/actions/workflows/main.yml/badge.svg)### Examples
See [examples](https://github.com/soulgarden/rmq-pubsub/tree/master/examples) directory
### Test
Run `make test` in console