Milo Component throws " Skipping validation for certificate"

2023-02-01 Thread KARTHIK PRABHU N
Hello All, Hope you are doing fine! Milo component which connects OPC UA server is throwing warning message “Skipping validation for certificate “. To understand this issue, I tried to go through the milo stack and client library, but I somehow lost in between understanding the logic. Could ple

Re: Milo Component throws " Skipping validation for certificate"

2023-02-02 Thread KARTHIK PRABHU N
Hello , 3.18.2 Thanks , Karthik On Wed, 1 Feb, 2023, 9:01 pm Claus Ibsen, wrote: > Hi > > What version of Camel do you use? > > On Wed, Feb 1, 2023 at 12:12 PM KARTHIK PRABHU N < > karthikprabh...@gmail.com> > wrote: > > > Hello All, > > > >

Re: Milo Component throws " Skipping validation for certificate"

2023-02-07 Thread KARTHIK PRABHU N
o much about Eclipse Milo. You can also try to reach out to > that team. > > Otherwise there are companies that offer commercial support for Camel and > therefore also its components. > > > On Thu, Feb 2, 2023 at 10:17 AM KARTHIK PRABHU N < > karthikprabh...@gmail.com

Re: Milo Component throws " Skipping validation for certificate"

2023-02-08 Thread KARTHIK PRABHU N
Okay. Will do the needful On Wed, 8 Feb, 2023, 11:34 am Claus Ibsen, wrote: > On Wed, Feb 8, 2023 at 6:06 AM KARTHIK PRABHU N > > wrote: > > > Hello Claus, > > > > Thank you for the information. > > > > Could you please tag someone from Milo team. O

Camel's File Stream Limitation for Large Files

2025-05-05 Thread KARTHIK PRABHU N
Hello Team, Good morning & hope you are doing fine ! I am working on a use-case / concept to generate, download and upload very large file ( > 1GB file size <100GB) should support both binary and non-binary file type. To achieve this concept, I tried Camel’s File or Stream component to read / wri

Re: Camel's File Stream Limitation for Large Files

2025-05-06 Thread KARTHIK PRABHU N
> > On Tue, May 6, 2025 at 4:37 AM KARTHIK PRABHU N > > wrote: > > > Hello Team, > > > > Good morning & hope you are doing fine ! > > > > I am working on a use-case / concept to generate, download and upload > very > > large file ( > 1

Re: Attachment from REST Call Not Found

2025-05-15 Thread KARTHIK PRABHU N
g the latest Camel 4.10.x release and platform-http instead of > servlet? IIRC, in platform-http component the attachments are handled in > the body (if only one attachment is present) and the message attachments. > > Il giorno mer 14 mag 2025 alle ore 07:59 KARTHIK PRABHU N < > k

Attachment from REST Call Not Found

2025-05-13 Thread KARTHIK PRABHU N
sage attachment. * try( InputStream bis = new BufferedInputStream(exchange.getMessage().getMandatoryBody(InputStream.class)); BufferedOutputStream bos = new BufferedOutputStream(new FileOutputStream("upload/abc.bin"));){ int bytesRead = bis.read(); while (bytesRead != -1){ bos.write(bytesRead); bytesRead = bis.read(); } Best regards, *Karthik Prabhu N* ​

Camel Micrometer Component Needs Update for CAMEL-22007

2025-05-20 Thread KARTHIK PRABHU N
> > Hello Team, > > With regards to CAMEL-22007 > , we don’t see the > changes are reflected in the micrometer document although it is present in > release letter. Could you please do the needful. > > Best regards, > > *Karthik* > ​ >

Camel Micrometre component document Needs Update Camel-22007

2025-05-22 Thread KARTHIK PRABHU N
Hello Team, With regards to CAMEL-22007 , we don’t see the changes are reflected in the micrometer document although it is present in release letter. Could you please do the needful. Best regards, Karthik