Hi,
Is there any configuration to enable ‘ack’ for the rabbitmq only after successful processing of the EventHandler (probably last eventHandler for the Event)?
Or what’s the hook-point to ‘ack’ or ‘nack’ a message ?
Scenario:
- Server crashes when EventHandler method is in-progress
Since the message is ‘auto-acked’ by Spring-amqp, this is not available in the RabbitMQ Queue.
Axon version: 2.3.2
AMQP Cluster: RabbitMQ
These are non-saga eventHandlers. With saga-eventHandlers,is it possible to recover this scenario?
Note: We are not using Event-store or replay cluster.
Thanks,
Jebu.