How to delete any existing file from destination directory before copy from source directory in apache camel?
On sftp server, I want to delete any existing file from destination folder if exist before placing a new file from source to destination in camel, is there any way to delete file and I want to write only one camel route for this activity.
Using Apache file component to read a large file in chunks for processing without loading the whole file content into memory
The Apache file component loads the whole file into memory when the file is picked up by the route statement from(file://dir/largefile.txt)
. The issue is the file is of size 300MB whereas the Kubernetes pod has only limited memory which will result in an out of memory error when loads the huge file.
Camel onexception retry failure route
I am new to camel and on exception I am calling a failureRoute and in failureRoute I am writing failed messaged to MQ. But In case of any exception in failure route like connecting to MQ I want to retry failureRoute atleast 3 times.
Camel onexception retry failure route
I am new to camel and on exception I am calling a failureRoute and in failureRoute I am writing failed messaged to MQ. But In case of any exception in failure route like connecting to MQ I want to retry failureRoute atleast 3 times.
Camel onexception retry failure route
I am new to camel and on exception I am calling a failureRoute and in failureRoute I am writing failed messaged to MQ. But In case of any exception in failure route like connecting to MQ I want to retry failureRoute atleast 3 times.
Camel onexception retry failure route
I am new to camel and on exception I am calling a failureRoute and in failureRoute I am writing failed messaged to MQ. But In case of any exception in failure route like connecting to MQ I want to retry failureRoute atleast 3 times.
Apache Camel AS2 MIC algorithms restricted to MD5 and SHA1
In an AS2 message, the header “disposition-notification-options” allows the client to request an ordered list of MIC algorithms, e.g. like “signed-receipt-micalg=optional, sha1”.
According to RFC4130, section 7.3:
Camel Salesforce Component 403::Unknown client
We are currently using Camel 4.6.0 salesforce component. We upgraded recently from 3.x. Every 3-4 hours, the component fails with the below error:
Apache Camel AS2: error disposition modifier in MDN is not recognized due to wrong case
We receive an MDN with the following Disposition field:
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).