If replyTo is specified in context property, JMSProcessor should be able to expect a reply message, but not always as the application may want to receive the reply message asynchronously. Introduce waitForReply flag or something and wait for a reply message if it's true and replyTo is specified.
|