Sure, I can try :-)
First of all I add the following *dependency to my camel projects pom.xml*
org.apache.camel
camel-management
Then I *start my camel application* with the following VM parameter:
-javaagent:./jolokia-jvm-1.7.1.jar=port=,host=localhost
(the jolokai JAR is stored
Bert,
I am trying to build something similar.
can you point me in the right direction to enabling Jolokia with
hawtio and camel-main?
I am currently running embedded hawtio.
ચિરાગ/चिराग/Chirag
--
Sent from My Gmail Account
On Mon, Mar 14, 2022 at 2:50 AM B
Yes, maybe. But yesterday evening the situation has changed:
After some changes concerning other aspects of my application (like
assigning an ID to most of the route nodes) debugging works now
including the display of body and headers.
I have no clue what changed to make it work.
And at the same
Hi Bert,
It's likely that the problem is in Hawtio. Hawtio is not yet updated with
the latest Camel versions.
Feel free to file your issue at
https://github.com/hawtio/hawtio-integration/issues
Thanks,
Tadayoshi
On Mon, Mar 14, 2022 at 3:20 AM Bert Speckels
wrote:
> Hi
>
> I am quite new with