Understanding the Configuration

The project uses the following two processes:
  • The Request Reply Process (RequestReply.bwp)

    The JMS Request Reply activity sends a message to a queue and waits for the response by setting a replyTo destination to the message.

  • The JMS QueueReceiver Process (QueueReceiver.bwp)

    The JMS QueueReceiver activity in the second process receives the message from the queue and replies by setting the correlation ID and replyTo from the incoming message.