Understanding the Configuration

The project uses two processes
  • The JMS Request Reply activity (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 activity (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.