RabbitMQ is a mature and stable messaging server that uses the AMQP protocol to interchange messages between producers and consumers. It can serve several uses-cases, including: transient channels, fan-out messages, federation and others. Here I will explain some (maybe all…) configurations and parameters for my most common use-case: Guaranteed message…