Try OpenEdge Now
skip to main content
Managed Adapters Guide
JMS Managed Adapter : Tutorial 2: Using the JMS Adapter in Send/Receive mode : Defining the SendReceive workstep as asynchronous for the Send/Receive mode
 

Defining the SendReceive workstep as asynchronous for the Send/Receive mode

When a JMS Adapter is configured in Send/Receive mode, it is by default configured as asynchronous. In asynchronous mode, the send/receive workstep would not get completed immediately after the message is sent. Instead, the workstep would remain in active state until the response message is received.
To define the workstep as asynchronous:
1. From the Advanced tab in the SendReceive workstep Properties view, ensure that the Wait for adapter to complete before processing check box is not selected.
This ensures that the workstep will be asynchronous and will remain activated until the response is received.
2. Save the process.