Is the startINternalMBeans operation supposed to show session stats?
-Original Message-
From: Agarwal, Beena
Sent: Wednesday, November 17, 2010 7:27 AM
To: 'Edson Tirelli'
Subject: RE: [rules-users] Drools 5.1 and JMX
Operations I see are only startInternalMBeans and stopInte
.org] On Behalf Of Edson Tirelli
> Sent: Tuesday, November 16, 2010 7:09 PM
> To: Rules Users List
> Subject: Re: [rules-users] Drools 5.1 and JMX
>
> There is an operation on the main bean that starts the session
> specific mbeans. They are not started automatically becau
ssion stats.
Thanks much for your help
Beena
-Original Message-
From: rules-users-boun...@lists.jboss.org
[mailto:rules-users-boun...@lists.jboss.org] On Behalf Of Edson Tirelli
Sent: Tuesday, November 16, 2010 7:09 PM
To: Rules Users List
Subject: Re: [rules-users] Drools 5.1 an
There is an operation on the main bean that starts the session
specific mbeans. They are not started automatically because you just
need them while actively monitoring. You can keep them off while not
(another operation).
Edson
2010/11/16 Agarwal, Beena :
> I’ve enabled JMX using the foll
I've enabled JMX using the following configuration
KnowledgeBaseConfiguration kbaseConf =
KnowledgeBaseFactory.newKnowledgeBaseConfiguration();
kbaseConf.setOption(MBeansOption.ENABLED);
commonKB =
KnowledgeBaseFactory.newKnowledgeBase("kb-"+gameCode, kbaseConf);