On Wed, May 9, 2012 at 4:57 PM, rdifrango <ron.difra...@gmail.com> wrote:
> That helps, though I would prefer a mechanism where I could poll the
> processes to see if they have completed their work.
>

There is an in flight registry you can see number of currently in
flight messages etc.
http://camel.apache.org/maven/current/camel-core/apidocs/org/apache/camel/spi/InflightRepository.html

You can get hold of it from CamelContext API.


Also there is an event notifier API that can emits events when a
message start | stops etc.
http://camel.apache.org/maven/current/camel-core/apidocs/org/apache/camel/spi/EventNotifier.html
http://camel.apache.org/eventnotifier-to-log-details-about-all-sent-exchanges.html

> --
> View this message in context: 
> http://camel.465427.n5.nabble.com/Waiting-for-Routes-to-Finish-tp5695837p5697629.html
> Sent from the Camel - Users mailing list archive at Nabble.com.



-- 
Claus Ibsen
-----------------
CamelOne 2012 Conference, May 15-16, 2012: http://camelone.com
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