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.
http://camel.465427.n5.nabble.com/How-to-called-the-processor-tp5737769p5737941.html
Sent from the Camel - Users mailing list archive at Nabble.com.
>
> *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 {
>
ess(Exchange exchange)
throws Exception {
System.out.println("control in
processor");
}
});
--
View this message in context:
h
Exception {
> System.out.println("control in
> processor");
>
> }
> });
>
> }
> });
>
> context.start();
> Thread.sleep(10000);
>
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