On Tue, Oct 4, 2011 at 3:44 PM, Marco Crivellaro <marco.cr...@gmail.com> wrote:
> Is there any way to collect some information (exhange.properties / headers)
> of any inflight exchange while shutting down camel context?
> I'd need this in order to track down an issue I have with a camel based
> application.
>

The default in flight registry only stores number of in flights.
You can implement a custom in flight registry and include more details.

We wanted a light weight registry that do not take up memory space and
thus opted to just have a counter.

There is a JIRA ticket to improve the shutdown strategy so it can
output details in case in flight exchanges appears to be "stuck".
And for that we need an improved inflight registry that stores the
Exchange as well.

> I am using camel 2.8.0
>
> --
> View this message in context: 
> http://camel.465427.n5.nabble.com/information-about-the-inflight-exchange-s-when-shutting-down-tp4868557p4868557.html
> Sent from the Camel - Users mailing list archive at Nabble.com.
>



-- 
Claus Ibsen
-----------------
FuseSource
Email: cib...@fusesource.com
Web: http://fusesource.com
Twitter: davsclaus, fusenews
Blog: http://davsclaus.blogspot.com/
Author of Camel in Action: http://www.manning.com/ibsen/

Reply via email to