Configuring an External Event Rule
Before you can use an external event rule on the Integration Server, you must:
Configure the messaging infrastructure. For more information, see
webMethods Integration Server Administrator’s Guide.
Create a JMS trigger on the
Integration Server to receive any events on a JMS topic as described in
webMethods Service Development Help. In the
Service field on the
Message routing tab, select
wm.businessrules.eda:jmsTriggerService to route events to this service. At runtime, the service in the wmBusinessRules package receives events from the JMS trigger and distributes them to any rule set that includes an event rule for the given event type.
Related Topics