apache-camel
Is Camel Spring ws compatible with spring ws 2.0.2.RELEASE?
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[详细]
2023-03-09 17:38 分类:问答Using Apache Camel and Spring, can I build uri using properties?
I have created my own component and I want to do something similar to this: <camel:camelContext id=\"camel1\">[详细]
2023-03-09 01:50 分类:问答Approach to handle long-lived processes with Camel
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[详细]
2023-03-08 21:11 分类:问答Apache camel from ftp to database
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.[详细]
2023-03-07 08:21 分类:问答Retrying messages at some point in the future (ActiveMQ)
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[详细]
2023-03-07 07:33 分类:问答Camel in ServiceMix which http feature should be used?
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[详细]
2023-03-06 22:12 分类:问答CXF Web Services with Apache Camel
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).[详细]
2023-03-05 12:13 分类:问答blocking consumers in apache camel using existing components
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[详细]
2023-03-05 10:21 分类:问答Using ServiceMix to Proxy Remote Web Service
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[详细]
2023-03-04 12:33 分类:问答Apache Camel Ftp2 order of downloaded files
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[详细]
2023-02-27 02:23 分类:问答