Adapter for Salesforce 8.2 | webMethods Adapter for Salesforce Documentation | webMethods Adapter for Salesforce Installation and User’s Documentation | Overview of webMethods Adapter for Salesforce | Adapter Listeners and Listener Notifications | Listener Notifications | Asynchronous Listener Notifications
 
Asynchronous Listener Notifications
When you create an asynchronous listener notification, Adapter for Salesforce creates a publishable document type. At run time, after the listener receives a message from the topic, the listener invokes the asynchronous notification. The asynchronous notification publishes the document created with the asynchronous notification.
An asynchronous listener notification can publish a document in either of the following ways:
*Publish to a JMS queue or topic when Integration Server is connected to a JMS provider.
*Publish locally to Integration Server when Integration Server is not connected to a JMS provider.
To process the message from the topic, you should create an Integration Server trigger that subscribes to the publishable document type that Adapter for Salesforce created with the asynchronous listener notification. For more information about using triggers with services, see the Publish-Subscribe Developer’s Guide for your release.
Note:
To use the JMS protocol with asynchronous listener notifications, you must first configure a JMS connection alias on Integration Server. For more information, see the webMethods Integration Server Administrator’s Guide for your release.
For the steps for selecting a publish destination for asynchronous listener notification messages, see Configuring an Asynchronous Listener Notification.