python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How to refer external jar route from Camel context file
I have project A which has below simple route logrouteTest.xml
<routeContext id="CommonLogRoutes" xmlns="http://camel.apache.org/schema/spring">
<route id=&quo...
Chennai Cheetah
Votes: 0
Answers: 0
Schedule data purge job using Apache Camel
I have an Apache Camel microservice that reads data from Kafka and
writes it DB.
I want to write a purge job that deletes the data older
than N days from DB.
The only thing is, DB contains a variety ...

Sachin Mhetre
Votes: 0
Answers: 1
How to handle 4xx(without retry) and 5xx (with retry) exceptions in camel
I've a camel route which makes API request, the external service may though 4xx or 5xx. I have written HttpOperationFailedException handler to handle all HTTP related exception and I'm retrying all th...
TechGeek
Votes: 0
Answers: 1
org.apache.camel.FailedToCreateConsumerException: Failed to create Consumer for endpoint: direct://validateFile
I'm getting Failed to create consumer endpoint issue, while asserting against the headers. Can someone help me on this ?
I have this file watcher route which consumes files and validate the file. If i...
TechGeek
Votes: 0
Answers: 2