此内容没有您所选择的语言版本。
20.3. Monitoring Kie Bases and Kie Sessions
In order for JBoss Operations Network to monitor KieBases and KieSessions, MBeans must be enabled.
MBeans can be enabled either by passing the parameter: -kie.mbeans = enabled
or via the API:
KieBaseConfiguration kbconf = KieServices.Factory.get().newKieBaseConfiguration(); kbconf.setOption(MBeansOption.ENABLED);
KieBaseConfiguration kbconf = KieServices.Factory.get().newKieBaseConfiguration();
kbconf.setOption(MBeansOption.ENABLED);
Kie Services
have been implemented for JBoss BRMS 6; for JBoss BRMS 5, Drools Services
was the naming convention used and it had different measurements on sessions. For example, activation
Please refer to the JBoss Operations Network Resource Monitoring and Operations Reference guide for information on importing Kie Sessions into the Inventory View for monitoring purposes.