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-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
# smpl-msg
2
-
A simple AMQP abstraction to easily initialize consumers and/or publishers for an go application. This is simply a bootstrap project to use to MVPs or to extend, which is the focus of this implementation.
2
+
A simple AMQP abstraction to easily initialize consumers and/or publishers for a go app. This is simply a bootstrap project to use for MVPs or to extend, which is the focus of this implementation.
3
3
4
4
## Consumers and publishers
5
5
There are 3 possible consumers or publishers you can use,
@@ -61,4 +61,4 @@ for {
61
61
```
62
62
63
63
## Reconnection
64
-
There might be a hicup on the network and the AMQP library does not implement any automatic reconnection functionality. A simple implementation of a one-time retry to re-establish the connection is implemented.
64
+
There might be a hicup on the network and the AMQP library does not implement any automatic reconnection functionality. A simple implementation of a one-time retry to re-establish the connection is available.
0 commit comments