Frequently Asked Questions
Here are a list of commonly asked questions and answers. If you have any questions which are not on this list, please talk to us on the Mailing Lists.
We welcome contributions and this entire website is in the GitHub repository you can send a pull request, so please join in and help us make the documentation better!
Using Camel Questions
Questions on using Apache Camel
-
How do I specify which method to use when using beans in routes?
-
How can I get the remote connection IP address from the camel-cxf consumer ?
-
How can webservice clients see remote faults with stacktraces when using camel-cxf?
-
How do I configure password options on Camel endpoints without the value being encoded?
-
How do I configure the default maximum cache size for ProducerCache or ProducerTemplate?
-
How do I configure the maximum endpoint cache size for CamelContext?
-
How do I enable streams when debug logging messages in Camel?
-
How do I handle failures when consuming for example from a FTP server?
-
How do I retrieve the thrown Exception during processing an Exchange?
-
How do I retry processing a message from a certain point back or an entire route?
-
How do I reuse the ContextTestSupport class in my unit tests?
-
How do I set the max chars when debug logging messages in Camel?
-
How do I write a custom Processor which sends multiple messages?
-
How to remove the http protocol headers in the camel message?
-
How to switch the CXF consumer between HTTP and HTTPS without touching the Spring configuration?
-
Why does useOriginalMessage with error handler not work as expected?
Logging Questions
Questions on logging output from Camel to a console, using the Log endpoint or JDK 1.4 logging or Log4j etc
Camel Endpoint Questions
Questions on using the various Camel Components and Endpoint implementations
Component Questions
Questions on using specific components
JMS Questions
Questions on using the JMS endpoints in Camel