I'm trying to adapt sample 111 so that it uses a known JMS queue to return the response rather than creating a temporary queue.
If I add a parameter to the end of the proxy definition as follows: <parameter name="transport.jms.ReplyDestination"> StockQuoteResponse </parameter> It doesn't appear to have an affect on the JMS message sent. I've also tried to achieve the same thing using a property mediator without success. I'd appreciate anyone being able to point out what I'm doing wrong or with an example that might shed some light. Thanks. Ian.
