Re: [rules-users] Drools 5.1 and JMX

2010-11-17 Thread Agarwal, Beena
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

Re: [rules-users] Drools 5.1 and JMX

2010-11-17 Thread Edson Tirelli
.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

Re: [rules-users] Drools 5.1 and JMX

2010-11-16 Thread Agarwal, Beena
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

Re: [rules-users] Drools 5.1 and JMX

2010-11-16 Thread Edson Tirelli
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

[rules-users] Drools 5.1 and JMX

2010-11-16 Thread Agarwal, Beena
I've enabled JMX using the following configuration KnowledgeBaseConfiguration kbaseConf = KnowledgeBaseFactory.newKnowledgeBaseConfiguration(); kbaseConf.setOption(MBeansOption.ENABLED); commonKB = KnowledgeBaseFactory.newKnowledgeBase("kb-"+gameCode, kbaseConf);