ILOG JRules User Guide > Managing Rule Execution Server > Tasks > Monitoring Rule Execution Server Events > Receiving Notification of Rule Engine Events Using the API > Configuring the XU for the XU Plug-in

The XU plug-in must be declared in the XU configuration property named plugins.

To set an XU configuration property:

[...]
    <config-property>
       <config-property-name>plugins</config-property-name>
       <config-property-type>java.lang.String</config-property-type>
       <config-property-value>
          {pluginClass=ilog.rules.bres.xu.management.IlrManagementMBeanPlugin,
           xuName=default},
          {pluginClass=mypackage.MyPlugin,a_property_key=the_value}
       </config-property-value>
     </config-property>
[...]

Related Concepts

Rule Execution Server Management Model

Related Tasks

XU Plug-in Packaging