camel pull request: CAMEL-6588 Choose BlockingQueue implementation in Seda ...

2013-08-01 Thread gquintana
GitHub user gquintana opened a pull request: https://github.com/apache/camel/pull/36 CAMEL-6588 Choose BlockingQueue implementation in Seda component I can see to approaches: - introduce a BlockingQueueFactory as the suggested by Claus Ibsen in Camel Users Forum - Just refe

Read from existing web-service end point

2013-08-01 Thread ManoranjanMishra
Hi... I have one web-service published at say *http://localhost:9090/notification*. I want a camel route who will re-direct the message coming to the above URI to other URI. My web service and camel are running on the same machine. http://camel.apache.org/schema/spring";>