I'm having a problem with the definition of a JMX key, probably containing characters that should be escaped by using the backslash.
The object name contains somewhere double quotes which I, according to the documentation, already escaped.
However, it looks like it still contains some stuff that results in the status "Unsupported".
Here the key I need to apply (names are adapted):
jmx["org.apache.camel:context=aaa-bb-1-ccc.ddd/217-camelGrbContext,type=routes,name=\"Gdi_agiv_GRB_te gel-route\"","InflightExchanges"]
thnx in advance
Edit:
Found my own (stupid) error. I forgot the double quote in the beginning of the object-name.
The object name contains somewhere double quotes which I, according to the documentation, already escaped.
However, it looks like it still contains some stuff that results in the status "Unsupported".
Here the key I need to apply (names are adapted):
jmx["org.apache.camel:context=aaa-bb-1-ccc.ddd/217-camelGrbContext,type=routes,name=\"Gdi_agiv_GRB_te gel-route\"","InflightExchanges"]
thnx in advance
Edit:
Found my own (stupid) error. I forgot the double quote in the beginning of the object-name.
Comment