Re: Logging the execution time over multiple routes

2018-12-03 Thread Claus Ibsen
Hi Maybe in the custom AggregationStrategy which you can set on the aggregator, you will have the data for the time of the 1st exchange, and then you can store that on the exchange that gets built as the output of the aggregator, and then you can add a step after SAP where you then calculate the

Logging the execution time over multiple routes

2018-11-08 Thread Rajith Muditha Attapattu
We have the following scenario. The aggregate has a timeout. Route1 JMS/REST ---> transform --> aggregate --> Queue. Route2 Queue --> transform-to-xml ---> SAP. We want to find out the total time it took to send a payload into SAP. The start time should be when the first payload in the batch was