We have simple project which takes a number of messages from a number of endpoints(agents). These agents all output the same format message (an entity object to be placed in a database). All the agent
I\'m trying to use the camel-quartz Camel component to schedule jobs on our application server (this technology selection is final and is above my paygrade), and the only documentation Apache provides
I have this simple route: onException(Exception.c开发者_StackOverflow社区lass) .to(\"log:com.mycompany.test?level=INFO\");
I set up a route between two CXF endpoints up like this: <cxf:cxfEndpoint id=\"monitoringService\" address=\"${esb.monitoring-service.ep.address}\" serviceName=\"s:monitoring-service\"
I am working on a Java project using Camel & Spring. We would like to trigger an initialize method on a singleton bean after Spring finished doing its thin开发者_JAVA技巧g and Camel has finished b
I am starting now with Camel. I am trying to create route as to process file from a file component and pass on to a http tomcat server.
I am integrating data between two systems using Apache Camel. I want the resulting xml to be written to an xml file. I want to base the name of that file on some data which is unknown when the integra
I\'ve found a similar issue described in detail in the scala mailing list (also here). It seems to be related to this change in classpath management when creating scala interpretation environments.
Can someone point me to an example of using Akka Camel integration module - using the Java API. I have a use case where a REST service is called that would start some Akka Actors in parallel to proces
I am a new to Camel and have to deliver a module in a very short notice. My question may be a very basic question but I would really appreciate if someone could guide me on it.