apache-camel
Apache Camel - Routing messages to JPA endpoint - keeping orders but splitting into pools based on a category header
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[详细]
2023-04-13 05:22 分类:问答Apache Camel-Quartz Integration
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[详细]
2023-04-12 19:14 分类:问答Apache Camel onException does not get fired
I have this simple route: onException(Exception.c开发者_StackOverflow社区lass) .to(\"log:com.mycompany.test?level=INFO\");[详细]
2023-04-12 13:31 分类:问答How do I set up a Camel route between two CXF endpoints where the SOAP faults are transferred correctly?
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\"[详细]
2023-04-12 06:57 分类:问答Apache Camel - Triggering a task on startup to run only once
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[详细]
2023-04-12 04:12 分类:问答Not able to receive file at Http producer(tomcat server)
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.[详细]
2023-04-11 19:16 分类:问答How can I get content from Exchange.In:Body object from a ProcessDefinition in Camel
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[详细]
2023-04-11 02:37 分类:问答Apache Camel web console's scalate servlet fails in WebLogic
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.[详细]
2023-04-10 19:02 分类:问答Akka-Camel integration module example using Java API
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[详细]
2023-04-07 11:43 分类:问答Invoking a Camel end point deployed in remote Server from JUnit test case
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.[详细]
2023-04-07 10:58 分类:问答