How do we guarantee only-once delivery with Axon AMQP and RabbitMQ?

To wrap this up: we did not find a way to guarantee only-once delivery with RabbitMQ on an infrastructure layer.

Instead our answer was to make our EventHandlers (more) idempotent.

1 Like