Specifying Notification Message Formats

The messages contain key information for the receiver to identify the object and action taken on the object. The information contained in each message is different for each type of object.

Procedure

  1. Log in to Configurator.
  2. Navigate to Advanced > Change Notification.
  3. Search for the Change Notification Message Format property.
  4. Select any of the following two formats to generate the notification messages:
    • XML (for Text Message) — The text message is an XML conforming to schema specified in $MQ_HOME/dataServices/2.0/NotificationEvents.xsd. Text Message (XML) is the default. By default, the XML message format is selected based on NotificationsEvents.xsd schema, which is delivered on logical ChangeNotifEvent queue.
    • Map — The output is generated as a name value pair and sent as a map message. To send a map message, MapMessageMarshaler serializer is provided.

      Default sender manager CNEQueueSenderManager is already configured, which sends messages to logical ChangeNotifEvent queue.