Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning committed Jul 16, 2023
1 parent ab720a3 commit 5d99acb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ It gives you two actors `ConnectionActor` and `ChannelActor`.
Please note that while this library transparently reconnects when a connection fails, it **cannot guarantee** that no
messages will be lost. If you want to make sure every message is delivered, you have to use acknowledgements
and confirms. This is documented
[in the RabbitMQ Reliability Guide](https://www.rabbitmq.com/reliability.html#connection-failures).
[in the RabbitMQ Reliability Guide](https://www.rabbitmq.com/reliability.html#connection-failures). An example program
using confirms can be found in this project under [ConfirmsExample.scala](https://github.com/pjfanning/akka-rabbitmq/blob/main/src/test/scala/com/newmotion/akka/rabbitmq/examples/ConfirmsExample.scala).

## Setup

Expand Down

0 comments on commit 5d99acb

Please sign in to comment.