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.