Adapter for IBM Power 10.11 | Adapter Listeners and Notifications | Configuring a Listener Notification
 
Configuring a Listener Notification
*Perform the following steps to configure a listener notification:
1. Start Software AG Designer.
2. In the adapter notification service editor for the notification you just created, select the Adapter Settings tab.
3. Use the DataQueue Listener Notification tab to define the metadata and fields to receive as follows:
a. Use the Insert row icon to create new rows as needed.
b. As you insert rows, the following fields are displayed for each Data Name:
Field
Description/Action
Data Name
Name of the record.
Native Data Type
List of IBM Power native data types for the record.
Byte Length
Length in bytes of the data value.
Is Array
Flag to indicate if the data value is an array.
Data Occurrence
Number of elements in the array if Is Array is selected. Default value is 1.
Output Data Type
List the possible Java data types depending on the Native Data Type and the Is Array fields selection.
c. If necessary, use the Up or Down icons to change the order.
d. Use the Delete icon to delete the row.
4. Review the Publish Document Name and click Finish.
5. In the Adapter Settings tab, confirm the adapter name, adapter listener name, and adapter notification template.
The following items items are created:
*A listener notification
*A publishable document
6. Perform one of the following procedures:
*In the Publish Document to area, select webMethods Messaging Provider.
*To publish document to the Universal Messaging connected to the local Integration Server:
1. Select IS_UM_CONNECTION.
This option publishes documents to Universal Messaging connected to local Integration Server, if one is configured. For more information about publishing to Universal Messaging, see the webMethods Integration Server Administrator’s Guide for your release.
*To publish document to local Integration Server:
1. Select IS_LOCAL_CONNECTION.
2. Create a matching local webMethods Messaging Trigger trigger to process the request document locally or at a remote Integration Server connected to this Integration Server by way of a Universal Messaging. Configure the trigger to ensure that the matching reply document is returned to this adapter notification. For more information about this step, see the webMethods Service Development Help for your release.
*In the Publish Document to area, select JMS Provider to publish the document to internal/external JMS provider in the form of messages:
1. Click the Browse button next to Connection alias name to select the name of the connection alias as it is configured in Integration Server and then click OK.
2. Type the destination name defined in the JMS provider to specify the target of messages the client produces and the source of messages it consumes.
3. Specify whether the destination is a Queue or a Topic. The default is Queue.
For more information about configuring JMS Provider, see webMethods Integration Server Administrator’s Guide for your release.
7. Select the Permissions tab to manage the access control list (ACL) information. Use the drop-down menu to select each of the ACL types. For general information about assigning and managing ACLs, see the webMethods Service Development Help for your release.
8. From the File menu, select Save (or Save All).