I am having a hard time finding out which endpoint timeout when using the TimeoutAwareAggregationStrategy; the timeout method callback is called. My requirement is to send a message to a status queue when a timeout occurs with the endpoint which timed out.
The timeout method in TimeoutAwareAggregationStrategy takes in Exchange oldExchange, int index, int total, long timeout. I imagine that the index can be used to get the endpoint that timed out but I am not able to find out how to get it. Any help is appreciated. Thanks. -- View this message in context: http://camel.465427.n5.nabble.com/Get-the-endpoint-that-timed-out-in-TimeoutAwareAggregationStrategy-tp5757254.html Sent from the Camel - Users mailing list archive at Nabble.com.
