Skip to main content
AI Assist is now on Stack Overflow. Start a chat to get instant answers from across the network. Sign up to save and share your chats.
Filter by
Sorted by
Tagged with
0 votes
0 answers
64 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
0 answers
43 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
60 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
48 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
70 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
63 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
65 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
51 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
79 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
31 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
0 answers
83 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
66 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
102 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
66 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
0 votes
0 answers
35 views

I am using Apache Camel mainly to process large volumes of messages on MQ, reading from one queue and writing to another. We now need to process .gz files which contain up to 1 million lines. Each ...
Bruce's user avatar
  • 1

15 30 50 per page
1
2 3 4 5
782