https://github.com/rb-go/go-amqp-sender
simple library for task sending into amqp
https://github.com/rb-go/go-amqp-sender
Last synced: 3 months ago
JSON representation
simple library for task sending into amqp
- Host: GitHub
- URL: https://github.com/rb-go/go-amqp-sender
- Owner: rb-go
- Created: 2019-08-08T12:24:08.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-04-05T11:11:16.000Z (about 4 years ago)
- Last Synced: 2025-01-12T12:52:21.068Z (5 months ago)
- Language: Go
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# amqp-sender
simple library for task sending into amqp[Website](https://www.riftbit.com) | [Contributing](https://www.riftbit.com/How-to-Contribute)
[](LICENSE)
[](https://godoc.org/github.com/riftbit/go-amqp-sender)
[](https://coveralls.io/github/riftbit/go-amqp-sender?branch=master)
[](https://travis-ci.org/riftbit/go-amqp-sender)
[](https://goreportcard.com/report/github.com/riftbit/go-amqp-sender)
[](https://github.com/riftbit/go-amqp-sender/releases)## Installation
```
go get -u github.com/rb-pkg/amqp-sender
```## Usage
This is a minimal example.```go
in dev
```