Questions tagged [apache-camel-3]
52 questions
0
votes
1 answer
Apache Camel Endpoint-dsl custom component names
I am trying to use the Apache Camel 3 Endpoint DSL. This is my code so far. It works OK. It is a test, so it is really simple. It reads from a directory and log the file content.
@Component
public class TestRoute extends EndpointRouteBuilder{
…

usuario
- 2,132
- 1
- 10
- 26
0
votes
1 answer
AggregationStrategy warns on timeout all the time
Why does AggregationStrategy implementation always log a warning when it times out? I do not see any exchange/data loss in the aggregation, when this happens.
AggregateProcessor calls this timeout method when the completionTimeout requirement has…

Brown
- 61
- 1
- 2
- 8
0
votes
0 answers
spring boot camel 3 camel-endpointdsl vs uri strings non compatibility because of double slash //
We are migrating from camel 2.x to camel 3.x
I am transforming routes written using uri strings from these routes definition formats
//xml routes

aboudirawas
- 192
- 3
- 21
-1
votes
1 answer
Why can't I start my camel3 fat-jar route as systemd service on raspberry pi?
I have created a fat-jar for my apache camel 3 route. I put that on my raspberry pi (bullseye) in /opt/myhome and could start it successfully with java 17 (also works with sudo):
/usr/bin/java -jar…

PowerStat
- 3,757
- 8
- 32
- 57
-1
votes
1 answer
How to stop splitter in Apache Camel?
I have been working with Apache Camel for a while and I came across splitter functionality. And I was wondering why can't I stop the whole split process on some condition? After hours of googling I didn't find any info about it. The only thing I…

Eugene M
- 11
- 2
-1
votes
1 answer
PAHO MQTT 5 throwing exception when using same clientId in routes
When using paho-mqtt5:test more than once with same clientId then it throw exception Client not connected but if i will use different clientId for each to and from then it will work fine
2021-10-05 19:25:28,650 ERROR…

William
- 225
- 4
- 21
-2
votes
2 answers
IMPORTANT onException shareUnitOfWork Apache Camel
I can't make it sharing unitofwork when using onException. I do need to use multicast and splitter.
I have tried so far such as useOriginalMessage etc, could not make it.
onException(Exception.class)
.handled(Boolean.TRUE)
…

Hasan Birol
- 136
- 1
- 11