Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
vetcher committed Oct 24, 2018
1 parent 90065f2 commit 76d4e0e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# AMQP
Golang AMQP wrapper is a library that wraps [amqp](https://github.com/streadway/amqp).

This lib is rethinking of [observer lib](https://github.com/devimteam/observer).
Check out the [docs](https://godoc.org/github.com/devimteam/amqp).

### Features
* Auto-reconnect to brocker and auto redeclare exchanges and queues.
Expand Down Expand Up @@ -37,15 +37,15 @@ This lib is rethinking of [observer lib](https://github.com/devimteam/observer).
)
```
* Encoding and decoding hiden inside.
* Use [Codec](https://github.com/devimteam/amqp/blob/master/codecs/codecs.go#L14) interface for your format.
* Use [Codec](https://godoc.org/github.com/devimteam/amqp/codecs#Codec) interface for your format.
* XML, JSON and Protocol Buffers (protobuf) registered yet.
* Tons of options.
* Min and max opened channels per publisher/subscriber.
* Limit receiving messages.
* Any amount of data formats.
* Fill all message fields as you wish.
* And more others...
* Everything from AMQP may be used directly.
* Everything from [AMQP](https://github.com/streadway/amqp) may be used directly.

## Contributing
We are waiting for your issue or pull request.
Expand Down

0 comments on commit 76d4e0e

Please sign in to comment.