Re: Camel AWS2-S3 Unable to find valid certification path to the requested target”

2024-07-02 Thread Chirag
How do you run your app? is trust store overridden somehow? On Tue, Jul 2, 2024 at 6:10 PM Srikant Mantha wrote: > Hi, > I am using camel aws s3 to upload a file in my camel-springboot > microservice with camel aws version as 4.5.0. I am facing connectivity > issues to the S3 bucket with the >

Camel AWS2-S3 Unable to find valid certification path to the requested target”

2024-07-02 Thread Srikant Mantha
Hi, I am using camel aws s3 to upload a file in my camel-springboot microservice with camel aws version as 4.5.0. I am facing connectivity issues to the S3 bucket with the exception message like “unable to find valid certification path to the requested target” Below is my config and endpoint c

RE: Route stop with long running processor

2024-07-02 Thread Jan Bares, WOOD & Co.
Many thanks, this is what I was looking for. Jan > -Original Message- > From: Claus Ibsen > Sent: Tuesday, July 2, 2024 11:24 AM > To: users@camel.apache.org > Subject: Re: Route stop with long running processor > > Hi > > Try implement ShutdownPrepared > > On Tue, Jul 2, 2024 at 11:07 AM

Re: Route stop with long running processor

2024-07-02 Thread Claus Ibsen
Hi Try implement ShutdownPrepared On Tue, Jul 2, 2024 at 11:07 AM Jan Bares, WOOD & Co. wrote: > Hi, > > We have a processor that takes long time to finish processing (tenths of > seconds) each exchange. Is there a way the processor can tell the route is > about to be stopped and finish the pro

Route stop with long running processor

2024-07-02 Thread Jan Bares, WOOD & Co.
Hi, We have a processor that takes long time to finish processing (tenths of seconds) each exchange. Is there a way the processor can tell the route is about to be stopped and finish the processing immediately? It seems that the doStop is called only after all the processing is finished. In the