[ https://issues.apache.org/jira/browse/CAMEL-20253?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17810273#comment-17810273 ]
Claus Ibsen commented on CAMEL-20253: ------------------------------------- Thanks the platform-http-main works nice, such as {code} curl -s http://localhost:8080/q/jolokia/read/java.lang:type\=Memory/HeapMemoryUsage | jq { "request": { "mbean": "java.lang:type=Memory", "attribute": "HeapMemoryUsage", "type": "read" }, "value": { "init": 268435456, "committed": 98566144, "max": 4294967296, "used": 46919392 }, "status": 200 } {code} > camel-jbang - Add support for jolokia 2.x > ----------------------------------------- > > Key: CAMEL-20253 > URL: https://issues.apache.org/jira/browse/CAMEL-20253 > Project: Camel > Issue Type: Improvement > Components: camel-jbang > Reporter: Claus Ibsen > Assignee: Ivan Kulaga > Priority: Major > Fix For: 4.4.0 > > > We should add support for the new jolokia 2.0. > And we should make it possible to have it exposed over http via > camel-platform-http-main, so you can from jbang do > /q/jolokia -- This message was sent by Atlassian Jira (v8.20.10#820010)