I did something similar setting up request and response queues. In both the
consumer and provider endpoints I used the following attributes:
jmsProviderDestinationName="query.request"
jmsProviderReplyToName="query.response"
Where query.request and query.response were the names of my request and
response queues. That seemed to work.
--
View this message in context:
http://www.nabble.com/value-of-replyDestinationName-tp18706976p18717473.html
Sent from the ServiceMix - User mailing list archive at Nabble.com.