Hi,Currently we are using sync way for jms transport which means the thread get blocked until response messsage is coming or the client side timeout, see the handleResponse() method of JMSConduit? Is it possible that we use non-block way for JMSConduit, something like implement JMS MessageListener API? Or any special reason we need this sync invocation for JMS conduit?
Thanks Freeman