Browse Source

Update README.md

pull/49/head
Lane Wagner 4 years ago
committed by GitHub
parent
commit
69f0597bf7
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 4 deletions
  1. +0
    -4
      README.md

+ 0
- 4
README.md View File

@ -10,10 +10,6 @@ Supported by [Qvault](https://qvault.io)
[Streadway's AMQP](https://github.com/rabbitmq/amqp091-go) library is currently the most robust and well-supported Go client I'm aware of. It's a fantastic option and I recommend starting there and seeing if it fulfills your needs. Their project has made an effort to stay within the scope of the AMQP protocol, as such, no reconnection logic and few ease-of-use abstractions are provided. [Streadway's AMQP](https://github.com/rabbitmq/amqp091-go) library is currently the most robust and well-supported Go client I'm aware of. It's a fantastic option and I recommend starting there and seeing if it fulfills your needs. Their project has made an effort to stay within the scope of the AMQP protocol, as such, no reconnection logic and few ease-of-use abstractions are provided.
⚠️ **Update**
The Core Team of RabbitMQ has resumed the maintenance on [rabbitmq/amqp091-go](https://github.com/rabbitmq/amqp091-go).
### Goal ### Goal
The goal with `go-rabbitmq` is to still provide most all of the nitty-gritty functionality of AMQP, but to make it easier to work with via a higher-level API. Particularly: The goal with `go-rabbitmq` is to still provide most all of the nitty-gritty functionality of AMQP, but to make it easier to work with via a higher-level API. Particularly:


Loading…
Cancel
Save