On 12/11/2007, Roman Kalukiewicz <[EMAIL PROTECTED]> wrote: > 2007/11/12, James Strachan <[EMAIL PROTECTED]>: > > On 07/11/2007, Roman Kalukiewicz <[EMAIL PROTECTED]> wrote: > > > Hello! > > > > > > I'm looking for a way to use disableReplyTo property I see in > > > EndpointMessageListener class, but so far I cannot find any way to set > > > it. > > > > > > Is there some easy way to do it or it requires some hack? > > > > The code needs patching to support that. Could you raise a JIRA to > > track this feature? > > > > We should probably add a boolean to the JmsConfiguration so it can be > > configured from the URI; then configure the EndpointMessageListener > > from the endpoints JmsConfiguration > > Sure I can ;) > > https://issues.apache.org/activemq/browse/CAMEL-212
Thanks! Now resolved see test case JmsEndpointConfigurationTest.testConfigureMessageListener(). e.g. use ?disableReplyTo=true on your JMS URI -- James ------- http://macstrac.blogspot.com/ Open Source SOA http://open.iona.com
