ActiveMQ with replyto and replyTotype=Shared is not functioning for multiple queues call

2015-11-02 Thread sathiyaraja
Regards., Sathiyaraja P -- View this message in context: http://camel.465427.n5.nabble.com/ActiveMQ-with-replyto-and-replyTotype-Shared-is-no

CronScheduled Route Policy is not working in cluster

2015-06-15 Thread sathiyaraja
Hi ., Can anyone help with cronscheduledouterpolicy in fuse 6.1 cluster. My camel file file looks like below., bean id=myStartPolicy class=org.apache.camel.routepolicy.quartz2.CronScheduledRoutePolicy property name=routeStartTime value=.. / property name=routeStopTime value=.. /

Re: Removing namespaces from soap response using SoapOutInterceptor

2015-06-15 Thread sathiyaraja
Hi, You can do this by xsl transformation., PFB xsl for removing namespace from a xml message., xsl:stylesheet version=1.0 xmlns:xsl=http://www.w3.org/1999/XSL/Transform; xsl:output omit-xml-declaration=yes indent=yes/ xsl:template match=* xsl:element name={local-name(.)}

Re: Using CXF endpoint to call an NTLM protected Rest service

2015-01-28 Thread sathiyaraja
Hi.,, The below links will help you.., http://camel.apache.org/http.html http://camel.apache.org/cxfrs.html http://stackoverflow.com/questions/10169570/how-can-i-invoke-a-restful-service-through-apache-camel Regards, Sathiya -- View this message in context:

How to have Camel Exchange Properties while doing message transfer with ActiveMq

2014-12-29 Thread sathiyaraja
I am doing message transfer with Active MQ's. When i transfer the Message contents to a ActiveMq Endpoint, All the camel exchange properties are lost. How to use exchange properties with Active Mq. My Implementation., route from uri=activemq:personnel.records/ choice when

Re: Dynamic routing to a XSL file

2014-12-02 Thread sathiyaraja
Thanks Guru.. Its propertyName inside setProperty.. wrongly typed in this post. I could able to log the property also. Inside recipientlist i cant able to use any camel exchange properties(headers or property). But i tried with xpath and its working fine But in my case it should read from the

Synchronous message transfer between JVM's(container's) with MQ.

2014-11-30 Thread sathiyaraja
=activemq:mysecond.queue/ /route Container 2: route from uri=activemq:myfirst.queue /route Container 3: route from uri=activemq:mysecond.queue /route I tried with replyto attribute in activemq and with NMR component also not helping :( Kindly help. Regards, Sathiyaraja P -- View

Re: Starting a rout once on start and then always at 3am

2014-11-30 Thread sathiyaraja
bean id=date class=org.apache.camel.routepolicy.quartz.SimpleDate/ bean id=startPolicy class=org.apache.camel.routepolicy.quartz.SimpleScheduledRoutePolicy property name=routeStartTime value=time/ /bean camelContext id=testRouteContext