Skip to content
Snippets Groups Projects
Commit 78a0bbf8 authored by Piotr Maślanka's avatar Piotr Maślanka
Browse files

readme help

parent 9193ff4e
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,8 @@ CoolAMQP makes you forget about all the nasty corner cases about AMQP reconnecti
You only need to remember that:
1. Reconnects and redefinitions takes a while. Things will happen during that time.
1. Reconnects and redefinitions take a while.
* Things will happen during that time. It is your responsibility to ensure that your distributed system is built to handle this
2. CoolAMQP will tell you when it senses losing broker connection.
* It will also tell you when it regains the connection (that means that everything is redefined).
3. Delivering messages multiple times may happen.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment