Try OpenEdge Now
skip to main content
Managed Adapters Guide
JMS Managed Adapter : Tutorial 3: Using the JMS Adapter in Send-Only and Receive-Only mode
 

Tutorial 3: Using the JMS Adapter in Send-Only and Receive-Only mode

This tutorial is used to demonstrate how a message, sent from one workstep, can be received at a later time by a different workstep.
In Tutorial 2: Using the JMS Adapter in Send/Receive mode, we have already configured the JMS Adapter to wait for a message response. The difference now is that the response is to be delivered to a different workstep, not the one that sent the message. This tutorial demonstrates how to ensure the correct message delivery by passing the correlation ID of the outgoing message to the receiving workstep, so that the correct response can be identified.
* Defining the process workflow for the Send-Only and Receive-Only mode
* Configuring the JMS Adapter for the Send workstep
* Mapping the send workstep dataslots
* Configuring the JMS Adapter for the Receive workstep
* Mapping the Receive workstep dataslots
* Defining the Receive workstep as asynchronous for a Receive-Only mode
* Deploying and Testing the JMS Adapter for Send-Only and Receive-Only modes
* Troubleshooting for Send-Only and Receive-Only modes