Re: Handling namespaces with content based routing using camel-activemq.

2011-03-18 Thread Claus Ibsen
On Fri, Mar 18, 2011 at 11:25 AM, Willem Jiang wrote: > Hi > > I don't think current camel spring configuration support the xpath with the > name space. > Yes it does. You can use namespaces with xpath in XML DSL. See the xpath wiki page http://camel.apache.org/xpath In fact you must use namespa

Re: Handling namespaces with content based routing using camel-activemq.

2011-03-18 Thread Willem Jiang
Hi I don't think current camel spring configuration support the xpath with the name space. You can take a look at Java DSL one from here[1] [1]https://svn.apache.org/repos/asf/camel/trunk/camel-core/src/test/java/org/apache/camel/builder/xml/XPathNestedNamespaceTest.java Willem On 3/17/11 1

Re: Handling namespaces with content based routing using camel-activemq.

2011-03-17 Thread Ashwin Karpe
subsidiary) http://fusesource.com Blog: http://opensourceknowledge.blogspot.com - -- View this message in context: http://camel.465427.n5.nabble.com/Handling-namespaces-with-content-based-routing-using-camel-activemq-tp3788073p3892829.html Sent

Handling namespaces with content based routing using camel-activemq.

2011-03-16 Thread Tom Howe
Hi, first post here! We have an instance of apache-activemq running which includes camel. We are sending some messages to a queue called 'in' that look like this: http://www.blah/blah"; name="submit" > ... and http://www.blah/blah"; name="status" > ... We need to route the messages ba