RE: camel-rabbitmq sheduled route acks all messages when shutting down

2019-11-05 Thread Valdis Andersons
with the header expression instead of the body expression and it still wouldn't populate the header. From: Valdis Andersons Sent: 05 November 2019 21:54 To: users@camel.apache.org Subject: RE: camel-rabbitmq sheduled route acks all messages when shutting down CAUTION: This email originated fro

RE: camel-rabbitmq sheduled route acks all messages when shutting down

2019-11-05 Thread Valdis Andersons
Hi All, Did a bit of digging and the issue appears to be coming from upstream on the producer. Here is the route configuration for it: from("direct:archive") .log("Receiving ${body}") .aggregate(header("aggregationkey")) .aggregationStrategyRef(aggregationStrategy) .aggregationRepositoryRef(repo