Hi
I am trying to implement a XPath filter for my components. But I think the
syntax that is provided on the website is not corrent
from("direct:start").
filter().xpath("/[EMAIL PROTECTED]'James']").
to("mock:result");
When I try to write that in my Java Routes the filter() method is awaiting a
parameter (Predicate, ExpressionType or String,String)
I am using ActiveMQ 5.0. Is there some new syntax for the MessageFilter
pattern?
Thanks for help
Robert
