Hello ,
I need to create a route that listens to an existing end point in
ServiceMix.
So, I deployed a route like below ,
from("http://localhost:8192/example/").
to("log:org.apache.servicemix.samples.camel.ExampleCamelRoute");
My assumption was that camel will route to the log file when something is
submitted to the http endpoint , but when route was deployed it was
continuously polling the end point even when there is no submission.
Is there a way make this route so that it will call log only when data
submitted to the endpoint ?
Chintaka
--
View this message in context:
http://www.nabble.com/Camel-Routing-from-Endpoint-tp16989074s22882p16989074.html
Sent from the Camel - Users mailing list archive at Nabble.com.