Ensuring that JMS notification is enabled

If you want to use a subscription notifier, you must ensure that JMS notification is enabled. This is because the event notification messages that are processed by a subscription notifier are sent to a JMS queue.

About this task

The JMS notification configuration settings are stored in the notification properties configuration file. You must examine this file and check that the configuration settings are correct.

If you are using WSRR Studio to manage your configuration profiles, use WSRR Studio to modify your properties files; see Editing properties files..

Procedure

To ensure that JMS notification is enabled by using the web UI, complete the following steps:

  1. Open the WSRR web user interface.
  2. Switch to the Configuration perspective if necessary, by selecting Configuration in the Perspective list.
  3. Click Active Profile > Notifiers.
  4. Click Notification properties plug-in.
  5. Ensure that the notifiers and governanceNotifiers property settings include the entry com.ibm.sr.api.ServiceRegistryNotifierJMS. For example:
    notifiers=com.ibm.sr.ale.wsrr.ALENotifier,com.ibm.sr.api.ServiceRegistryNotifierJMS
    governanceNotifiers=com.ibm.sr.ale.wsrr.ALENotifier,com.ibm.sr.api.ServiceRegistryNotifierJMS
  6. Ensure that the jmsNotification property setting has the enabled flag set to true. For example:
    jmsNotification=true,7
  7. Click OK to save your changes