[
https://issues.apache.org/jira/browse/CAMEL-11580?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16097547#comment-16097547
]
Claus Ibsen commented on CAMEL-11580:
-------------------------------------
eg we should be able to see from JMX and spring-boot actuator each state of
those supervised routes, with their backoff configuration and their current
values and the exception message of the last error (and possible to obtain the
stacktrace as well). And maybe also a value that indicate when the route will
be attempt to start again (eg a count down of seconds until next attempt).
> Add JMX api RouteController and SupervisingRouteController
> ----------------------------------------------------------
>
> Key: CAMEL-11580
> URL: https://issues.apache.org/jira/browse/CAMEL-11580
> Project: Camel
> Issue Type: New Feature
> Components: camel-core, jmx
> Reporter: Claus Ibsen
> Fix For: 2.20.0
>
>
> We should have some JMX API that can expose the state of the route, with JMX
> attributes. Then there should be an extended for SupervisingRouteController
> which can shows the state of each of those routes, and the backoff
> configuration etc.
> eg today there is little visibility for end users what is going on with the
> SupervisingRouteController. We need to expose that in JMX.
> Then we can leverage that also for Spring Boot and have an actuator endpoint
> (/camel/route-controller) where we can report this state as json.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)