Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想为现有的 JMX Apache Camel 路由属性添加更多属性。有没有办法使用 Spring 或 Java 代码来做到这一点?
并回答你的问题。不,路由 mbean 不可扩展。
但是,如果您构建自定义组件,您可以使用 JMX 注释来注释您的组件,以使 JMX 操作和属性开箱即用。但这仅适用于组件,而不适用于标准路由、camelcontext、mbeans 等。
详见:http ://camel.apache.org/camel-jmx.html