vert-x3 / vertx-rabbitmq-client

Vert.x RabbitMQ Service
Apache License 2.0
73 stars 64 forks source link

Provide a reliable message publisher #94

Closed Yaytay closed 4 years ago

Yaytay commented 5 years ago

A reliable publisher should:

Note that I am aiming to guarantee at least once delivery, there will be failure modes that result in messages being delivered more than once. Also, clients that don't need at least once delivery guarantees should not use this publisher.