Show
Create a new Fuse integration Project (CBR, blueprint, the latest Camel version)
Run as Local Camel Context (to create a launch configuration)
Stop the running Local Camel Context
Go to Run --> Run Configurations... --> Local Camel Context --> select created launch configuration
Switch to JRE tab and add new VM argument: -javaagent:path/to/jolokia-jvm-1.3.6-agent.jar
Apply changes and hit Run button
Notice: you should get something like Jolokia: Agent started with URL http://127.0.0.1:8778/jolokia/ in Console View
Create a new connection in JMX Navigator
New connection... --> Jolokia Connection
Provide the name you want
Use Jolokia URL from Console View (by default http://127.0.0.1:8778/jolokia )
Select Do NOT verify SSL Certificates
Click Finish
Expand User-Defined Connections --> double-click on the connection to activate it
Try to work with it (accessing nodes, perform available operations, ...)