https://github.com/rb-go/go-amqper
Golang package for easy creation of AMQP (RabbitMQ) workers with resend if error ability
https://github.com/rb-go/go-amqper
amqp consumer go golang rabbitmq worker
Last synced: 3 months ago
JSON representation
Golang package for easy creation of AMQP (RabbitMQ) workers with resend if error ability
- Host: GitHub
- URL: https://github.com/rb-go/go-amqper
- Owner: rb-go
- License: mit
- Created: 2019-06-20T12:39:25.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-03-27T21:14:27.000Z (about 4 years ago)
- Last Synced: 2025-01-12T12:52:16.749Z (5 months ago)
- Topics: amqp, consumer, go, golang, rabbitmq, worker
- Language: Go
- Homepage:
- Size: 44.9 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# amqper
Golang package for easy creation of AMQP workers with `resend if error` ability[Website](https://riftbit.com) | [Contributing](https://riftbit.com/How-to-Contribute)
[](LICENSE)

[](https://pkg.go.dev/github.com/rb-pkg/amqper)
[](https://github.com/rb-pkg/amqper/releases)
[](https://coveralls.io/github/rb-pkg/amqper?branch=master)
[](https://travis-ci.org/rb-pkg/amqper)
[](https://goreportcard.com/report/github.com/rb-pkg/amqper)## Installation
```
go get -u github.com/rb-pkg/amqper
```## Usage
This is a minimal example.```go
in dev
```