Created
March 11, 2016 16:04
-
-
Save garethahealy/b09e7d95c45f5942f75b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <kmodule xmlns="http://jboss.org/kie/6.0.0/kmodule" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | |
| <kbase name="insuranceKB" packages="org.acme.insurance.monitoring" eventProcessingMode="stream"> | |
| <ksession name="insuranceKS" clockType="pseudo" default="true" /> | |
| <!-- ksession name="insuranceKS" clockType="realtime" default="true" / --> | |
| </kbase> | |
| </kmodule> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment