Hi all

I am doing this

  .choice()
          .when().method(RedisService.class,
"isLsaHtmlDuplicateBody").to("mock:nowhere")
         
.otherwise().to("activemq:getAndStoreHTMLPage?concurrentConsumers=30&asyncConsumer=true");

I tried using a filter first, but I seemed to still be getting data.  Am I
incorrect about the filter?

Thanks

Chris

--
View this message in context: 
http://camel.465427.n5.nabble.com/Can-t-I-do-this-with-a-filter-tp5622789p5622789.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to