Hello,
I have a complex jmx object, from which i'd like to retrieve several values
but it actually doesn't work.
I just upgraded from 2.0.2 to 2.0.6 (jgateway included).
JMX templates works with the hosts defined, but not this manually created item :
item [l2processing:jmx["org.apache.camel:context=satais-xxxx.xxx.xxx/mainContext,type=threadpools,name=\"threadProcesso r(threads)\"","ActiveCount"]] became not supported: org.apache.camel:context=satais-xxxx.xxx.xxx/mainContext,type=threadpools,name="threadProcessor (threads)"
In jconsole, the ObjectName is :
org.apache.camel:context=satais-xxxx.xxx.xxx/mainContext,type=threadpools,name="threadProcessor (threads)"
and the ClassName is :
org.apache.camel.management.mbean.ManagedThreadPoo l
Its attribute "ActiveCount" type is "int".
What's wrong with my objectName typo in the item definition ?
Thanks in advance !
I have a complex jmx object, from which i'd like to retrieve several values
but it actually doesn't work.
I just upgraded from 2.0.2 to 2.0.6 (jgateway included).
JMX templates works with the hosts defined, but not this manually created item :
item [l2processing:jmx["org.apache.camel:context=satais-xxxx.xxx.xxx/mainContext,type=threadpools,name=\"threadProcesso r(threads)\"","ActiveCount"]] became not supported: org.apache.camel:context=satais-xxxx.xxx.xxx/mainContext,type=threadpools,name="threadProcessor (threads)"
In jconsole, the ObjectName is :
org.apache.camel:context=satais-xxxx.xxx.xxx/mainContext,type=threadpools,name="threadProcessor (threads)"
and the ClassName is :
org.apache.camel.management.mbean.ManagedThreadPoo l
Its attribute "ActiveCount" type is "int".
What's wrong with my objectName typo in the item definition ?
Thanks in advance !
Comment