apache-camel
What's the best Apache Camel routes visual designer? [closed]
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.[详细]
2023-01-20 12:12 分类:问答How to monitor Apache Camel status?
I have already working Camel configuration that is watching a database table (through spring and hibernate), and when something shows up in DB, Camel consumes it and sends message to JMS broker.[详细]
2023-01-19 09:19 分类:问答difference between various methods for sending an outbound message using apache camel exchange
What is the difference between the following methods for sending an outbound message using camel exchange :[详细]
2023-01-18 23:01 分类:问答Problem with routing between two beans using apache camel
my camel route is given below <camelContext id=\"camel\" xmlns=\"http://camel.apache.org/schema/spring\" >[详细]
2023-01-18 06:18 分类:问答How to send serialized java objects via apache camel?
We use Message or Exchange to set the outbound message . the only met开发者_如何学Chod these provide is[详细]
2023-01-17 20:56 分类:问答How do I write out a file using camel, and return the name of the file?
If I send direct:report a byte[]. How do I 开发者_Go百科find out the absolute path and name of the file it was written to?[详细]
2023-01-13 23:57 分类:问答Issue with Apache camel 2.4 version
This is an issue when I change the camel version from 1.6 to 2.4. I wanted to use a method userOriginaLmessage which was not supported in 1.6. Hence I starte using camel 2.4 version. The code is getti[详细]
2023-01-11 18:55 分类:问答camel-cxfrs with custom http headers
I have a route that defines a CXFRS endpoint.I need to retrieve custom HTTP header values from the inbound request...[详细]
2023-01-11 06:27 分类:问答How do I convert my BeanInvocation object in camel to a message body and headers?
I\'m using Camel Proxy to expose an interface as a starting point for a route. It uses a BeanInvocation object as the message body. How do I set the message body and headers based on the arguments pas[详细]
2023-01-10 13:49 分类:问答Is it possible to kick off a camel route using a java interface or bean?
I\'d like to setup a spring bean (either via interface or bean class). that I can call to \"start\" a Route.[详细]
2023-01-09 23:42 分类:问答