↧
Answer by Andrew Lygin for Apache Camel example to get data from HTTP source...
You need some message producer in your route to emit Exchange that would trigger the http component. Your route starts with direct:start which cannot emit new Exchanges, it just sits and waits for...
View ArticleApache Camel example to get data from HTTP source does not get
To retrieve some open data from a remote web server to process, I'm trying out Apache Camel.The problem is that it seems that the data is never received. I have tried the jetty, ahc and cxf components...
View Article