You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# go-rabbitmq
2
2
3
-
Wrapper of [rabbitmq/amqp091-go](https://github.com/rabbitmq/amqp091-go) that provides reconnection logic and sane defaults. Hit the project with a star if you find it useful ⭐
3
+
A wrapper of [rabbitmq/amqp091-go](https://github.com/rabbitmq/amqp091-go) that provides reconnection logic and sane defaults. Hit the project with a star if you find it useful ⭐
4
4
5
5
Supported by [Boot.dev](https://boot.dev)
6
6
@@ -103,7 +103,7 @@ See the [examples](examples) directory for more ideas.
103
103
104
104
* By default, queues are declared if they didn't already exist by new consumers
105
105
* By default, routing-key bindings are declared by consumers if you're using `WithConsumerOptionsRoutingKey`
106
-
* By default, exchanges are *not* declared by publishers or consumers if they didn't already exist, hence `WithPublisherOptionsExchangeDeclare` and `WithConsumerOptionsExchangeDeclare`.
106
+
* By default, exchanges are *not* declared by publishers or consumers if they don't already exist, hence `WithPublisherOptionsExchangeDeclare` and `WithConsumerOptionsExchangeDeclare`.
107
107
108
108
Read up on all the options in the GoDoc, there are quite a few of them. I try to pick sane and simple defaults.
0 commit comments