Configuring a custom subscription notifier

You configure a custom subscription notifier if you want to implement your own type of notification mechanism by writing a Java™ class to process user events.

About this task

To configure your own subscription notifier in WSRR, you must complete the following steps:
  1. Create a subscription object.
  2. Create one or more subscription notifier implementation Java classes and package them in a JAR file.
  3. Load the JAR file into WSRR as a plug-in JAR.
  4. Create a new entry for your notifier class type in the subscription notifier plug-in configuration file; if the subscription notifier plug-in configuration file does not already exist in WSRR, you must load it.
  5. Enable the subscription notifier scheduler.
  6. Ensure that JMS notification is enabled.

Configuring a custom subscription notifier is described in the following subtopics: