質問

I would like to add few more attributes to the existent JMX Apache Camel route attributes. Is there a way of doing this either using Spring or Java code?

役に立ちましたか?

解決

And to answer your question. No the routes mbean are not extensible.

Though if you build custom components you can annotate your component with JMX annotations to have JMX operations and attributes enlisted out of the box. But this is only for components, and not the standard route, camelcontext, mbeans etc.

See details at: http://camel.apache.org/camel-jmx.html

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top