apache-camel
Apache Camel Http and SSL
I have been trying to get a 2-way ssl/https proxy working with Camel.I have been able to set up the Jetty Component using 2-way ssl and am now attempting to get it working with the Http4 component to[详细]
2023-02-27 00:16 分类:问答Apache Camel pull data from ftp incrementally & periodically
I am very new to Apache camel and I am exploring how to create a rout which pulls data from ftp for instance each 15 minutes and pulls only new or updated files, so if some files were downloaded early[详细]
2023-02-26 05:40 分类:问答How to configure 2.6 spring: Failed to create route route2 at:
I\'m trying to upgrade from Camel 2.0 to 2.6 I have this in my applicationContext-camel.xml file... <camel:route >[详细]
2023-02-25 14:20 分类:问答How JMX objects are mapped into SNMP OIDs?
I have a standalone Java application written with Apache Camel which I want to monitor via SNMP. I think Camel uses Spring\'s JMX (@ManagedAttribute, @ManagedResource etc) and I can see various Camel-[详细]
2023-02-25 13:12 分类:问答Apache Camel http to http routing (Is it possible?)
I am starting now with Camel. I have seen the http4 component for http clients and the jetty component for http servers.[详细]
2023-02-25 00:51 分类:问答Problems testing Camel with Spring config
I have a routes defined in CamelRoutes.xml and I would like to test them by using the wrapping technique described at the bottom of http://camel.apache.org/mock.html.[详细]
2023-02-20 19:40 分类:问答Apache Camel inOut routes, out exchange marshaling/unmarshaling with jaxb
we have this apache camel route, from(commandDrop).marshal(jaxbDataFormat).to(jmsQueue); from(jmsQueue).inOut("jms:doCommand?requestTimeout=500000");[详细]
2023-02-20 10:07 分类:问答Implementing a Custom Process Strategy with Apache Camel File Component
Problem Background I am currently working on a camel based ETL application that processes groups of files as they appear in a dated directory.The files need to be processed together as a group determ[详细]
2023-02-16 15:32 分类:问答Apache Camel scripting problem
I开发者_Python百科 have a very strange problem with Apache ActiveMQ with Camel - I tried the examples with javascript and groovy, but they both produce error \"Failed to install route: Failed to creat[详细]
2023-02-16 14:11 分类:问答how to specify a codec in apache camel mina
I\'m trying to use the hl7codec in apache mina.I can see how to do it using spring e.g. beans:bean id=\"hl7codec\" class=\"org.apache.camel.component.hl7.HL7MLLPCodec\"[详细]
2023-02-15 20:31 分类:问答