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
@@ -18,10 +18,10 @@ The Scala 2.10 version uses Akka 2.3.14, while the Scala 2.11 version uses Akka
18
18
* retrieve new channel if current is broken
19
19
20
20
Please note that while this library transparently reconnects when a connection fails, it **cannot guarantee** that no
21
-
messages will be lost. If you want to make sure every message is delivered, look into you have to use acknowledgements
21
+
messages will be lost. If you want to make sure every message is delivered, you have to use acknowledgements
22
22
and confirms. This is documented
23
23
[in the RabbitMQ Reliability Guide](https://www.rabbitmq.com/reliability.html#connection-failures). An example program
24
-
using confirms is included as `ConfirmsExample.scala`.
24
+
using confirms can be found in this project under [ConfirmsExample.scala](https://github.com/thenewmotion/akka-rabbitmq/blob/master/src/test/scala/com/thenewmotion/akka/rabbitmq/examples/ConfirmsExample.scala).
0 commit comments