Skip to main content
Filter by
Sorted by
Tagged with
Best practices
0 votes
2 replies
46 views

If I define a LoggingRoutePolicy extending RoutePolicySupport , how can I associate it with routes that I have instantiated from a template? public class LoggingRoutePolicy extends RoutePolicySupport {...
Cantillon's user avatar
  • 1,648
0 votes
1 answer
93 views

I am doing this on a Quarkus app using Camel 4: .toD("https://endpoint?connectionsPerRoute=10&connectTimeout=2000&connectionRequestTimeout=2000%soTimeout=2000&responseTimeout=2000&...
TSSK's user avatar
  • 247
0 votes
1 answer
68 views

I am using a camel route defined in xml. The route starts from this step: <camel:route id="jpaRoute" routePolicyRef="startPolicy"> <camel:from uri="jpa://?...
fascynacja's user avatar
  • 3,196
1 vote
0 answers
62 views

I have an Camel application (not Spring) with a route that polls an AWS SQS queue. I want the application to terminate when there are no messages for a period. I'm not getting the expected behavior ...
CPH's user avatar
  • 541
0 votes
0 answers
50 views

For exchanging data between ServiceNow and Jira, I'd really like to use the according Camel Kafka Connect connectors. (I'm aware that there exist other connectors on the market as well like for ...
aireducs's user avatar
0 votes
1 answer
73 views

We are currently using apache camel to build routes between an IBM Mq broker and some other ones (basically : a messaging bridge) As an input component, we use the JMS one. It is performing.... quite ...
Marvin's user avatar
  • 1,740
0 votes
0 answers
68 views

I am using Apache Camel 4.10.6 with the route coverage plugin enabled. When I run the report, the overall summary looks like this: [INFO] Overall coverage summary: Coverage: 54 out of 1509950778 (0.0%...
Luigia Falasca's user avatar
0 votes
1 answer
69 views

I have to run a Camel route on Karaf. I'm using Camel 4.10.5 and Karaf 4.4.7. **Java **version: 17.0.15 **Maven **version: 3.9.11 Additional I use the Apache camel-karaf 4.10.5 Release camel-karaf 4....
Rainer_Luetkenhaus's user avatar
0 votes
0 answers
60 views

I'm experiencing duplicate log events in my ELK Stack when using Apache Camel with OpenTelemetry. The logs appear correctly in the console (no duplicates), but in Elasticsearch/Kibana, each log ...
Ben's user avatar
  • 346
0 votes
2 answers
85 views

Is there some sort of way to convert the camel context into a visual thing so people can see the Camel "context" in visual format? I thought maybe there would be something like "...
Nicholas DiPiazza's user avatar
0 votes
1 answer
34 views

I am building a "bridge" between two AMQ7 brokers using Camel routes. When delivery of the message to the second broker fails (e.g the destination broker is offline) the message goes into ...
LittleFish's user avatar
0 votes
1 answer
126 views

I am using springboot-smb-starter component to read a file from a Network share directory. <dependency> <groupId>org.apache.camel.springboot</groupId> <artifactId>camel-...
Dhruvi R S's user avatar
1 vote
2 answers
69 views

I checked the doc about camel component 4.10.x. There is not component tag about opcua, which is shown in 3.22.x doc. Does apach camel 4.x not support opcua component any more? If so, how to integrate ...
wl.GIG's user avatar
  • 336
1 vote
0 answers
105 views

I have a Camel Quarkus application, and I can successfully view the Camel metrics at http://localhost:8080/metrics. I’m using the Prometheus extension to expose the /metrics endpoint, and Micrometer ...
Haxed's user avatar
  • 2,937
0 votes
2 answers
68 views

I am implementing a service where my source directory is continously monitored and files will be pulled and pushed to destination. I want to acheive one functionlaity where time based file availablity ...
spyder's user avatar
  • 144

15 30 50 per page
1
2 3 4 5
782