Questions tagged [apache-camel]

Apache Camel is an open source integration framework that focuses on quick and easy integration of systems consuming or producing data.

Apache Camel is an open source integration framework that empowers you to quickly and easily integrate various systems consuming or producing data.

11646 questions
2
votes
0 answers

CamelExecutionException during Exchange

I use multicast to filter duplicate. I created my AggregationStrategy package model; import org.apache.camel.Exchange; import org.apache.camel.processor.aggregate.AggregationStrategy; import javax.xml.bind.JAXBContext; import…
Git Harpon
  • 171
  • 1
  • 11
2
votes
1 answer

Does concurrentConsumers value affect number of Camel processor threads?

I have an Apache Camel route and processor consuming from an ActiveMQ broker. Route code - @Component public class MyRoute extends RouteBuilder { private String mySubscription; private MyProcessor myProcessor; public…
jerry.pepper
  • 165
  • 1
  • 12
2
votes
1 answer

Parallel processing large SQL table with Camel

I am trying to process about 7 million rows daily from an Informix table with Apache Camel but I can't figure out how it can be accomplished. My first attempt that was working with a very low set of data (about 50k rows) was using…
jmhg92
  • 121
  • 2
  • 14
2
votes
1 answer

How to get headers from one route to another route - Camel JavaDsl

I have camel rest endpoint with two params and when I send request it activates first route ("direct:amq"), where I get message from activeMq. The headers here are okay, but this route activates another route ("direct:post)" and the headers there…
xmlParser
  • 1,903
  • 4
  • 19
  • 48
2
votes
1 answer

Apache Camel in Payara: Lookup failed for 'java:/TransactionManager'

I want to use Apache Camel in a war project that is deployed to a Payara server, but once I add the camel-cdi jar to the project, deploying the application fails with Exception while deploying the app [TheProject-1.0-SNAPSHOT] : JNDI lookup failed…
Cephalopod
  • 14,632
  • 7
  • 51
  • 70
2
votes
1 answer

Apache Camel: failing to delete file and lock

I am using the Apache Camel File component to read from a local directory and upload to an AWS S3 bucket. This route has worked flawlessly in the past, but is having issues with certain files now-a-days. In my debug investigations thus far (3 days…
Chad Van De Hey
  • 2,716
  • 3
  • 29
  • 46
2
votes
3 answers

Spring Boot Camel Route - get data from rest endpoint

I want to create camel route in Spring Boot (2.1.1) project to get the data from some (rest) endpoint (http://localhost:8080/getAllUsers) and to send that data to activeMq. I have tried with timer data to send it on activeMq and to consume it and it…
xmlParser
  • 1,903
  • 4
  • 19
  • 48
2
votes
1 answer

How to prevent java mail "expected resource not found" warnings from Camel "smtp" component?

I'm using the Camel SMTP component to send email messages from a Camel route, and it works fine, but I get two warning messages every time I send a mail. expected resource not found: /META-INF/javamail.default.providers expected resource not found:…
Screwtape
  • 1,337
  • 2
  • 12
  • 27
2
votes
3 answers

Use of Apache Camel in a Microservice Architecture

I observed an increasing trend of people using Apache Camel in a Microservice Architecture. E.g., on Openshift Container Platform. I struggle very hard to understand why an Enterprise Service Bus, a fundamental monolithic, can be used in a…
Nathan Aw
  • 545
  • 5
  • 18
2
votes
2 answers

Camel with XSLT 2.0 and xsl:result-document keeping files in route destination

I am trying to use a XSLT 2.0 transformation to split a XML file into smaller files based on groups of items. To execute the transformation I am using a camel route. My problem is that when the xslt transformation is run the resulting files are…
aldebaran-ms
  • 666
  • 6
  • 18
2
votes
0 answers

Apache Camel and Anti Virus

Hy there, I'm currently writing a camel client, that integrates into our companies file transfer tool. As our next feature, we want to be able to scan files, that are send via our software with some antivirus software. For different reasons we…
Chris
  • 432
  • 3
  • 14
2
votes
1 answer

Mutual TLS on apache camel

In Camel's examples doesn’t have any example or documentation for mutual TLS. How to setup the mutual tls setup in both java dsl and spring dsl ?
2
votes
0 answers

Redhat JBoss Fuse & Apache Camel - How nested routes XML with 3 files?

I am trying to call route in a xml File, with 3 Levels 1) At first it's possible to call nested routes without limitations ? 2) This my example: My First File call RootFile01.xml