Thanks Willem, I figured that was the case. In the end I did the following:


from("direct:start")
  .beanRef("beanRefName", "methodName") 
  .filter(property(BeanClass.SHOULD_FILTER).isEqualTo(true))
    ...
  .end();


--
View this message in context: 
http://camel.465427.n5.nabble.com/filter-method-does-not-modify-Exchange-tp5076735p5077148.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to