Oracle Apps Adapter 6.0 | webMethods Oracle Applications Adapter Documentation | webMethods Oracle Applications Adapter Installation and User’s Documentation | Adapter Notifications | Configuring Notifications
 
Configuring Notifications
Be sure to review the section Before Configuring or Managing Notifications before you configure notifications.
*To configure a notification
1. Review the steps in Before Configuring or Managing Notifications.
2. Start Designer.
3. If you are using Designer, perform the following:
a. Right-click the package in which the notification should be contained and select New > Adapter Notification.
b. Select the parent namespace and type a name for the adapter notification.
c. Click Next.
Important:
Do not store the notifications in the Oracle Applications package ( WmOAAdapter ) because the package is replaced when you upgrade the Oracle Apps Adapter.
4. Select Oracle Apps Adapter as the adapter type and click Next.
5. Select Polling Notification as the template and click Next.
6. Select the appropriate Adapter Connection Name and click Next.
7. Select a package and folder to contain the notification, type a unique name for the notification, and click Next.
Select a package that contains only notifications that execute Oracle Applications transactions. By doing this, it is easier to back up and replicate those notifications because they are all contained in a separate package.
Important:
Do not store the notifications in the Oracle Applications package ( WmOAAdapter ) because the package is replaced when you upgrade the Oracle Apps Adapter.
8. The name of the publishable document associated with this notification displays. Click Finish.
For more information about adapter notifications and publishable documents, see Adapter Notifications. For more details about Integration Server publishable documents, see the Publish-Subscribe Developer’s Guide for your release.
9. Designer creates the notification, and the editor for the adapter notification appears.
a. You can select the Adapter Settings tab at any time to confirm adapter notification properties such as the Adapter Name, Adapter Connection Name, and Adapter Notification Template, as necessary.
b. In the Publish Document section, you can also specify how you want the notification document to be published:
*To publish documents to Broker, select webMethods Broker/Local. This is the default option.
*To publish documents to a JMS provider, select JMS Provider, and provide values for the following input fields:
Field
Description/Action
Connection alias name
The name of the JMS connection alias configured on Integration Server.
Destination name
The name of the destination from which you want the JMS trigger to receive messages.
Destination type
Whether the destination is a Queue (default) or a Topic.
The information from the Permissions tab appears in the Properties panel.
10. Select the Polling Notification tab, if it is not already selected.
11. Select a transaction definition from the Transaction list. The editor completes the remaining fields based on the transaction selected.
12. From the File menu, select Save.
13. You must create a trigger for the publishable document associated with the notification. For more information about creating triggers and working with publishable documents, see the Publish-Subscribe Developer’s Guide for your release.
14. By default a notification is disabled when it is configured. You must schedule and enable the notification using Integration Server Administrator before you can use it. See Managing Polling Notifications for details.