Hi Edson,
Thanks for the reply. I’m attaching two maven projects from the drools 6 samples.
The named-kiesession project should be first installed to maven.
The kiecontainer-from-kierepo project will fetch the module from the local maven repository.
The class KieContainerFromKieRepoExample loops inserting facts to the working memory, at an interval of 3 seconds.
My expectation is to see the org.drools hierarchy in the MBeans tab of JConsole.
The JVM arguments are as follows. JConsole was started locally.
-Ddrools.mbeans=enabled -Dcom.sun.management.jmxremote.port=19988 -Dcom.sun.management.jmxremote.ssl=false -Dcom.sun.management.jmxremote.authenticate=false
Regards,
Rupesh