Re: How to remove message from ManagedRouteMBean

2017-09-26 Thread David Hoffer
I was afraid you were going to say that. That is the approach I have been taking but the problem is the parent route still includes the messages going to the 'otherwise-stop' so it confuses people. Ideally we want the parent route to record only what the children processed. Thanks, -Dave On Mon

Re: How to remove message from ManagedRouteMBean

2017-09-25 Thread Claus Ibsen
Hi This is not possible. But you can in the route with the choice and the otherwise, then route to other routes via direct endpoints. And then you can use the metrics of those routes (the ones that they call) as your metrics, as the otherwise will not call any route. On Mon, Sep 25, 2017 at 11:4

How to remove message from ManagedRouteMBean

2017-09-25 Thread David Hoffer
We use Camel's JMX feature to report the overall stats/status of all the routes in our application (e.g. ManagedRouteMBean). However the routes often make heavy use of Camel's choice option where we have multiple when/simple options and then if no matches are found we use an otherwise/stop to make