Hi all, I'd like to know what is the best way to deal with communication errors (rabbitmq crash or network problems for example), with java API. We use the Channel.basicPublish(...) method and we would like to guaranty delivery for each message we send to the broker. How would you do that ? Thank you, Bruno Thomas