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
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
I\'m trying to upgrade from Camel 2.0 to 2.6 I have this in my applicationContext-camel.xml file... <camel:route >
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-
I am starting now with Camel. I have seen the http4 component for http clients and the jetty component for http servers.
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.
we have this apache camel route, from(commandDrop).marshal(jaxbDataFormat).to(jmsQueue); from(jmsQueue).inOut("jms:doCommand?requestTimeout=500000");
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
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
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\"