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

Camel Micrometer Component Needs Update for CAMEL-22007

2025-05-20 Thread KARTHIK PRABHU N
> > Hello Team, > > With regards to CAMEL-22007 > <https://issues.apache.org/jira/browse/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* > ​ >

Re: Attachment from REST Call Not Found

2025-05-15 Thread KARTHIK PRABHU N
Hello Federico, Go below error when platform http component used. Thank Karthik On Wed, 14 May 2025, 2:49 pm Federico Mariani, < federico.mariani.1...@gmail.com> wrote: > Hello, > > Lately, we did a lot of improvements to the platform-http component. Can > you try usin

Attachment from REST Call Not Found

2025-05-13 Thread KARTHIK PRABHU N
behavior.? You can find more information below. Camel version : 4.8.03 curl --location 'http://0.0.0.0:/camel/upload' \ --header 'Content-Type: multipart/form-data' \ --form 'filename=@"/C:/Users/karthik/Downloads/agv_2025032716202293.xml"' *E

Re: Camel's File Stream Limitation for Large Files

2025-05-06 Thread KARTHIK PRABHU N
Hello Claus, First issue got fixed after enabling the stream cache pool. Could you please assist for 2nd one ? Thank you, Karthik On Tue, 6 May 2025, 10:35 am Claus Ibsen, wrote: > Hi > > Enable spool on stream caching > https://camel.apache.org/manual/stream-caching.html >

Camel's File Stream Limitation for Large Files

2025-05-05 Thread KARTHIK PRABHU N
Could you please assist. Let us know if you need more details form myside. Thank you, Karthik Prabhu

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

Re: Milo Component throws " Skipping validation for certificate"

2023-02-07 Thread KARTHIK PRABHU N
Hello Claus, Thank you for the information. Could you please tag someone from Milo team. Or let us know how we can reache out to them. Thanks, Karthik On Thu, 2 Feb, 2023, 3:30 pm Claus Ibsen, wrote: > Hi > > Not so much we can help, try upgrading to 3.20.1. > I dont know s

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, > > > >

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

Camel HTTP response body is empty though the exchange body has the payload

2016-07-19 Thread karthik Subramanian
rest("/getOptChoice"). get("/v1") .consumes("application/json") .to("direct:hello") .produces("application/json"); from("direct:hello") .split(header("emails")) .to("seda:consumeGuestChoice") .aggregate(constant(true),new OptAggregator())

Re: Camel HTTP response body is empty though the exchange body has the payload

2016-07-19 Thread karthik Subramanian
I did try setting the body in the out component of the exchange. But still the HTTP response is empty. -- View this message in context: http://camel.465427.n5.nabble.com/Camel-HTTP-response-body-is-empty-though-the-exchange-body-has-the-payload-tp5785217p5785221.html Sent from the Camel - Users

Out of Memory For huge Json Response

2014-04-18 Thread Karthik . Pothuru
processing a response size of 150 MB and it was successful). Kindly need your input how to read response with lesser memory foot print. Thanks Karthik Pothuru Mob: +91 91766 97533

Edit the attachement content using camel mail

2014-04-10 Thread karthik
at help.. Thanks in advance. Regards, Karthik. -- View this message in context: http://camel.465427.n5.nabble.com/Edit-the-attachement-content-using-camel-mail-tp5750048.html Sent from the Camel - Users mailing list archive at Nabble.com.

com.sun.mail.util.DecodingException: BASE64Decoder

2014-04-08 Thread karthik
before padding. On searching in google most of them have suggested to set the imap partial fetch property to false. props.setProperty("mail.imaps.partialfetch", "false"); Have tried that but could solve my issue. Please suggest. Regards, Karthik. -- View this message in co