This content has been marked as final.
Show 4 replies
-
1. Re: How to obtain the bean statistics from jconsole?
davsclaus Nov 18, 2011 4:16 AM (in response to jyang)Ad 1)
If you assign an id attribute to the
-
2. Re: How to obtain the bean statistics from jconsole?
jyang Nov 18, 2011 9:41 AM (in response to davsclaus)Thanks davsclaus. Now I can monitor my named bean from jconsole.
I also observe jconsole just display the choiceProcessor.
It doesn't show the bean under choice node.
For an example,
Jconsole doesn't show the processorId "myCoolBean".
Is there any way to display the processId under choice node?
-
3. Re: How to obtain the bean statistics from jconsole?
davsclaus Nov 19, 2011 3:03 AM (in response to jyang)The choice was a bug which since has been fixed. So by upgrading Camel to a newer version should fix that.
-
4. Re: How to obtain the bean statistics from jconsole?
jyang Nov 19, 2011 8:31 AM (in response to davsclaus)OK