Understanding the Configuration

The project uses two processes
  • The JMS Request Reply Process (RequestReply.bwp)

    The JMS Request Reply activity is used to send a message to a queue and wait for the response by setting a replyTo destination to the message.

  • The JMS QueueReceiver activity (QueueReceiver.bwp)

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