My code sends a batch of messages to multiple RabbitMQ Consumers and once the last message is consumed, I want to trigger a method. The timing to trigger the method has to to be after all messages because it uses data from all the message processing.
Is there a way to do that with spring-amqp
?