Skip to main content

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.

0 votes
0 answers
9 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
17 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
2 answers
40 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
  • 33
-1 votes
0 answers
81 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
  • 147
-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
62 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
0 votes
1 answer
22 views

Adding Apache Camel to an Eclipse RCP application

I tried to add Apache Camel support in an Eclipse RCP application. With the new Eclipse, I can also add maven repositories in the target platform file, so that is what I did. My target platform ...
gdany's user avatar
  • 104
-1 votes
1 answer
43 views

Camel NotifyBuilder does not match when exception is thrown

It seems that camel's NotifyBuilder works in normal message processing but does not work when exceptions are thrown. Please see the following test case where I create the following routes direct:...
lance-java's user avatar
  • 27.4k
-1 votes
0 answers
29 views

Two routes picking up same file Simultaneously and erroring out

I am building a camel process on linux server. I have set two different routes to pickup files from same directory and also added different delays for both. Now both routes are picking same file at ...
Shraddha Kalkar's user avatar
2 votes
2 answers
70 views

Why isn't dataChangeFilterDeadbandValue key working by using Apache Camel OPC UA Client?

I'm using Apache Camel OPC UA client component to test the data change filter with Deadband Value to acquire the single tag value from Industrial Gateway OPCUA Server. Current Spring boot and camel-...
Stefano's user avatar
  • 1,672
0 votes
1 answer
35 views

Authentication Error with Apache Camel Kafka Component Connecting to Azure Event Hub

I am attempting to send messages to an Azure Event Hub (Premium) using Apache Camel 4.4.3 with its Kafka component on Java 17, operating under Windows 10. While I have successfully used other Kafka ...
Shimii's user avatar
  • 15
-2 votes
0 answers
49 views

Upload a file to Google cloud storage bucket: Camel vs gcloud CLI

I want to upload a file to a Google cloud storage bucket. With Java/Camel: from("file://target/upload?delete=true") .routeId("GCP file upload route") .log("...
Guido's user avatar
  • 347
1 vote
1 answer
31 views

Need to Read a file from SFTP endpoint with Proxy enabled in apache camel

I need to read a file from sftp server which is proxy enabled. How to build endpoint for apache camel route with spring boot to consume a file from the sftp folder. Without proxy, i am able to read it ...
Jones's user avatar
  • 13
0 votes
1 answer
40 views

Problem with @ConfigProperty in null when using a process in Apache Camel Quarkus

Good morning, I am currently working with Quarkus and Apache Camel and I am using a variable from the application.properties in a processor, I try to bring it in using the @ConfigProperty annotation, ...
Cesar Justo's user avatar

15 30 50 per page
1
2 3 4 5
787