Hi, If you are using camel 2.x, you can leverage intercept[1] or advicewith[2] to check the states of endpoints. It looks like you are using more then three years old camel. I'm not sure if there is a better solution for your request.
[1]http://camel.apache.org/intercept.html [2]http://camel.apache.org/advicewith.html -- Willem Jiang Red Hat, Inc. FuseSource is now part of Red Hat Web: http://www.fusesource.com | http://www.redhat.com Blog: http://willemjiang.blogspot.com (http://willemjiang.blogspot.com/) (English) http://jnn.iteye.com (http://jnn.javaeye.com/) (Chinese) Twitter: willemjiang Weibo: 姜宁willem On Monday, January 7, 2013 at 1:41 PM, dhruv.sachdeva wrote: > Hi > > I need to write unit test cases for some camel routes using (Version 1.6) > > Can anyone please suggest if it is possible to mock components(processor and > idempotentConsumer) inside the route? If yes, please suggest the approach. > > > Below is the route snippet > > from("direct:someuri").process(someClassObject). > > idempotentConsumer(header("someHeadername"),socratesMessageIdRepository(bean(JpaTemplate.class)))./*process(exceptionProcessor)*/ > to(someQueues); > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Testing-of-routes-using-Camel-1-6-tp5725026.html > Sent from the Camel Development mailing list archive at Nabble.com > (http://Nabble.com).