akkadotnet / Alpakka

Akka Streams Connectors - Alpakka
https://alpakka.getakka.net/
Apache License 2.0
108 stars 40 forks source link

added publisher confirms functionality to RabbitMQ #1906

Closed Aaronontheweb closed 3 months ago

Aaronontheweb commented 3 months ago

Changes

Implements https://www.rabbitmq.com/docs/confirms#publisher-confirms functionality to AmqpSink and AmqpFlow stages, for an extra dose of guaranteed reliability.

Checklist