Re: How to called the processor

2013-08-30 Thread jhonny
thanks for the help.. -- View this message in context: http://camel.465427.n5.nabble.com/How-to-called-the-processor-tp5737769p5738324.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: AW: How to called the processor

2013-08-26 Thread pradeep
http://camel.465427.n5.nabble.com/How-to-called-the-processor-tp5737769p5737941.html Sent from the Camel - Users mailing list archive at Nabble.com.

AW: How to called the processor

2013-08-22 Thread jhm
> > *can i able to do as below, if not then how can i acheive it ?* > > from("direct:start").process(new Processor() { > > @Override > public void process(Exchange exchange) > throws Exception { >

Re: How to called the processor

2013-08-22 Thread abhimukh
ess(Exchange exchange) throws Exception { System.out.println("control in processor"); } }); -- View this message in context: h

Re: How to called the processor

2013-08-22 Thread Claus Ibsen
Exception { > System.out.println("control in > processor"); > > } > }); > > } > }); > > context.start(); > Thread.sleep(10000); >

How to called the processor

2013-08-22 Thread abhimukh
l in processor"); } }); } }); context.start(); Thread.sleep(1); context.stop(); } -- View this message in context: http://camel.465427.n5.nabble.com/How-to-called-the-processor-tp5737769.html