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

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

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://img.shields.io/github/license/rb-pkg/amqper.svg)](LICENSE)
![GitHub go.mod Go version](https://img.shields.io/github/go-mod/go-version/rb-pkg/amqper?style=flat-square)
[![GoDoc](http://img.shields.io/badge/go-documentation-blue.svg?style=flat-square)](https://pkg.go.dev/github.com/rb-pkg/amqper)
[![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/rb-pkg/amqper?style=flat-square)](https://github.com/rb-pkg/amqper/releases)
[![Coverage Status](https://coveralls.io/repos/github/rb-pkg/amqper/badge.svg?branch=master)](https://coveralls.io/github/rb-pkg/amqper?branch=master)
[![Build Status](https://travis-ci.org/rb-pkg/amqper.svg?branch=master)](https://travis-ci.org/rb-pkg/amqper)
[![Go Report Card](https://goreportcard.com/badge/github.com/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
```