Skip to content

Publisher Confirms

This example demonstrates publisher confirms, a RabbitMQ feature that allows a publisher to know whether messages were successfully received by the broker.

Use this pattern when delivery guarantees and reliability matter.

Full example on GitHub:
https://github.com/bitspacerlabs/rabbit-relay/tree/main/examples/01-confirms

Released under the MIT License.