The documentation says that camel-spring-ws(v2.7.1) officially supports spring-ws 1.5.9, but doesn\'t mention spring-ws 2.0.2.RELEASE.I\'d like to stick with 2.0.2.RE开发者_如何学CLEASE instead trying
I have created my own component and I want to do something similar to this: <camel:camelContext id=\"camel1\">
I\'m working on PoC for small process engine based on Camel. Requirements are to have ability to execute set of consequence steps and each of them could potentially take hours to execute. Asynchronous
Is it possible to solve following scenario with apache camel: Read from ftp (periodically) retrieve a zip file which contains xml, store this x开发者_如何学运维ml in database.
I\'m working on a system in ActiveMQ where I 开发者_运维知识库would really prefer not to lose messages. My problem is that retrying messages is causing my consumers to block (instead of working on mes
I am using Camel inside ServiceMix and I can see that there is开发者_运维问答 a camel-http and a servicemix-http feature, are they the same?they are different...servicemix-http is a JBI binding compon
I would like to do something like this with Camel: from(Web_Service_1_URI).to(Web_Service_2_URI).to(Web_Service_3_URI).
I would like to use the Apache Camel JDBC component to read an Oracle t开发者_如何转开发able.I want Camel to run in a distributed environment to meet availability concerns.However, the table I am read
This might be obvious but i just still don\'t understand how i\'d do it with ServiceMix : An ext开发者_开发知识库ernal web service http://mypartner.com/service/partnerService
How I can specify the order in which I want to pull data from ftp, for insta开发者_开发知识库nce for some folders I want to pull data in alphabetical order or numerical but for another I need to sort