Skip to main content
The 2024 Developer Survey results are live! See the results

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
0 votes
0 answers
6 views

Apache Camel 4.4 SFTP Health Check Probe Failed

I have a route (removing all the extra options to simplify) of from("sftp://servername:22?username=username&password=password&preferredAuthentications=password). pom.xml dependencies: ...
Vinnie Romano's user avatar
-1 votes
0 answers
12 views

Apache Camel OnException JUnit5 Test

I have this Camel Route and would like to test it. from("jms:queue:importer.messageImport") .routeId("Import") .onException(Exception.class) .maximumRedeliveries(0) ...
Burner's user avatar
  • 1,009
0 votes
0 answers
31 views

ActiveMQ consumer from Apache Camel deletes selector

I'm trying to make a durable topic subscription using Apache Camel, Spring Boot, and ActiveMQ Classic, and everything works fine except the selector. If I place the selector at the endpoint the ...
GOLDNX's user avatar
  • 9
0 votes
0 answers
9 views

Does apache camel support AWS SQS temporary queues?

So I discovered that there is a thing called Amazon SQS temporary queues. So I'm just wondering, does Apache Camel framework support this feature, and how does it work with request-response pattern? ...
typaclever's user avatar
0 votes
0 answers
25 views

Using Camel rest() in RouteTemplate

I would like to define a Route template that takes a REST endpoint as the source (from), so notionally something like this: routeTemplate("restRouteTemplate") .templateParameter("...
garyCobalt's user avatar
0 votes
0 answers
13 views

Can I call soap cxf to client service external in the sub route camel?

I run into a problem when I expose a soap service (cxf) and this one in its process must call another external soap service (cxf). Is there a way to "clean" or should I recreate an exchange? ...
Martel's user avatar
  • 35
0 votes
0 answers
11 views

Apache camel, Xpath split by attribute value

How to right use Split EIP by xpath in my case? Example data: <bookstore> <book category="COOKING"/> <book category="CHILDREN"/> <book category=&...
Andrei's user avatar
  • 51
-1 votes
0 answers
18 views

We are trying to create Composite component in Apache Camel Karavan using existing camel component. is it possible?

We are trying to create Composite component in Apache Camel Karavan using existing camel component. is it possible ? Please help to share any sample example? It will create a composite component which ...
Pabitra's user avatar
0 votes
0 answers
18 views

How to stop a camel route after an Exception and restart it again after waiting a while

I have a Camel application that uses a timer to periodically check if a soap endpoint has messages waiting. If this is the case, these messages are consumed, transformed and put on an AMQ topic. I ...
KaNS's user avatar
  • 1
0 votes
0 answers
23 views

encountering Error: Content is not allowed in prolog with spring boot and apache camel, when transforming

I am writing a springboot application to convert SOAP to REST by using apache camel - private String transformSoapToRest(String soapRequest) throws ParserConfigurationException, IOException, ...
Bijaya's user avatar
  • 1
0 votes
0 answers
18 views

Apache Camel 3.21.0+: Endpoint not Processing Values from URL Parameters Correctly

After upgrading to Apache Camel version 3.21.0 and higher, I'm encountering an issue where my endpoints are not processing values correctly from URL parameters. Specifically, I have a URL like http://...
Izzy's user avatar
  • 1
0 votes
1 answer
48 views

Why cant i add into toD a jpa with insert req

i have a route camel 4.0.0 with toD(query_jpa) but when running a field have XML string, with pre:timestamp2024-07-13T11:06:25+02:00</pre:timestamp>, the '+' desaspear on database.... and ...
Martel's user avatar
  • 35
-1 votes
0 answers
84 views

Default type converters not loaded after Java 21 update [closed]

We have updated java version of our application (camel/spring boot) from Java 8 to Java 21. We noticed that default type converters are not loaded now which was working fine with Java 8 version. I am ...
Rajiv525's user avatar
  • 149
-1 votes
1 answer
22 views

org.apache.camel.springboot camel-bindy and camel-jackson versions for spring boot 3.3.0

I am using this POM and i want to add the correct dependencies to read from a linerized string with Camel (with annotations like @FixedLengthRecord) and convert it to a JSON. Does anyone know the ...
StudentOfTheGame's user avatar
-1 votes
1 answer
63 views

Camel 3 -> 4 unitOfWork

I am trying to update from camel 3 to 4, but i have an issue with the following line, camelContext.adapt(ExtendedCamelContext.class).setUnitOfWorkFactory(new CustomUnitOfWorkFactory()); I found ...
Robert Stevens's user avatar

15 30 50 per page
1
2 3 4 5
787