HTTP4s handshake exception

2019-03-29 Thread Rohan Emmanuel
:89) ~[httpclient-4.5.3.jar:4.5.3] at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:111) ~[httpclient-4.5.3.jar:4.5.3] at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) ~[httpclient-4.5.3.jar:4.5.3] -- Regards, Rohan Emmanuel

Re: HTTP4s handshake exception

2019-03-29 Thread Rohan Emmanuel
-- > Apache Camel PMC Chair > Apache Karaf Committer > Apache Servicemix PMC Member > Email: ancosen1...@yahoo.com > Twitter: @oscerd2 > Github: oscerd > > > > > > > On Friday, March 29, 2019, 12:40:18 PM GMT+1, Rohan Emmanuel <

Re: HTTP4s handshake exception

2019-03-29 Thread Rohan Emmanuel
t; > -- > Andrea Cosentino > -- > Apache Camel PMC Chair > Apache Karaf Committer > Apache Servicemix PMC Member > Email: ancosen1...@yahoo.com > Twitter: @oscerd2 > Github: oscerd > > > > > > > On Friday, March 29, 2019, 1:02:08 PM GMT+1, Rohan Emmanuel

Re: HTTP4s handshake exception

2019-03-30 Thread Rohan Emmanuel
t; Github: oscerd > > > > > > > On Friday, March 29, 2019, 1:20:47 PM GMT+1, Rohan Emmanuel < > rohan.emmanue...@gmail.com> wrote: > > > > > > The full route is as follows > >RouteBuilder routeBuilder = new RouteBuilder() { > @

Re: HTTP4s handshake exception

2019-03-30 Thread Rohan Emmanuel
.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml > > > -- Regards, Rohan Emmanuel

Re: HTTP4s handshake exception

2019-03-30 Thread Rohan Emmanuel
Can anyone point me to working HTTPS sample please? On Sat, Mar 30, 2019 at 3:32 PM Rohan Emmanuel wrote: > still getting Handshake exception:] > not sure where i am going wrong > > java.net.SocketException: Software caused connection abort: recv

Re: HTTP4s handshake exception

2019-03-30 Thread Rohan Emmanuel
while using the HTTPs4 producer, should i configure the "server.keystore" as resource for the KeyStoreParameters? following this link to create the keystores--> https://libraries.io/github/girirajsharma/wildfly-ssl-examples On Sat, Mar 30, 2019 at 1:38 PM Rohan Emmanuel wrot

Re: HTTP4s handshake exception

2019-03-30 Thread Rohan Emmanuel
any clues on the reasons for getting "java.net.SocketException: Software caused connection abort: recv failed" when using http4s? On Sun, Mar 31, 2019 at 10:08 AM Rohan Emmanuel wrote: > Can anyone point me to working HTTPS sample please? > > > On Sat, Mar 30, 2019 at

Re: HTTP4s handshake exception

2019-04-01 Thread Rohan Emmanuel
where exactly i should specify trust store resource location while configuring HTTP4s? KeyStoreParameters class provides setResouce , similarly ,how to specify trust store ? On Sun, Mar 31, 2019 at 11:17 AM Rohan Emmanuel wrote: > any clues on the reasons for getting "java.net.SocketE

Re: HTTP4s handshake exception

2019-04-01 Thread Rohan Emmanuel
e httpclient code which is calling your route, it need to set up > truststore > > > -- Forwarded message - > From: Rohan Emmanuel [via Camel] > Date: Mon, Apr 1, 2019 at 10:26 AM > Subject: Re: HTTP4s handshake exception > To: W.Y >

Re: HTTP4s handshake exception

2019-04-02 Thread Rohan Emmanuel
tmp); > HttpComponent httpComponent = getContext().getComponent("https4", > HttpComponent.class); > httpComponent.setSslContextParameters(scp); > } > -- Forwarded message - > From: Rohan Emmanuel [via Camel] > Date: Mon, Apr 1, 2019 at 4:39 PM > Subject: Re: HTTP4s handshak

Re: HTTP4s handshake exception

2019-04-09 Thread Rohan Emmanuel
arameterss"> use the above ssl context parameters in the route as mentioned below : ... ... hope this helps. On Wed, Apr 3, 2019 at 11:24 AM Rohan Emmanuel wrote: > Wang Yan, > thanks a lot for the clarification. Much a

netty://tcp consumer receive limit

2019-10-06 Thread Rohan Emmanuel
INFO consumer - consumer route called . .POST . . -- Regards, Rohan Emmanuel

netty tcp consumer not reading large payload

2019-10-08 Thread Rohan Emmanuel
Hi, I have problem reading large payload using the netty TCP component. The payload is getting read in chunks, can you please guide me as to how can I read the entire payload -- Regards, Rohan Emmanuel

Re: netty tcp consumer not reading large payload

2019-10-08 Thread Rohan Emmanuel
xample > here > > https://github.com/apache/camel/tree/master/examples/camel-example-netty-http > ? > > On Tue, 8 Oct 2019 at 13:49, Rohan Emmanuel > wrote: > > > Hi, > > I have problem reading large payload using the netty TCP component. The > > payload is getti

sharing exchange properties in mutlicast route

2022-02-25 Thread Rohan Emmanuel
? hello -- Regards, Rohan Emmanuel

Re: sharing exchange properties in mutlicast route

2022-02-25 Thread Rohan Emmanuel
bean you > can access from the multicased sub routes. > > > On Fri, Feb 25, 2022 at 1:26 PM Rohan Emmanuel > wrote: > > > > Hi , > > I am using multicast in my route like mentioned below. > > i am setting a property in one of these routes with id route2, which

Re: sharing exchange properties in mutlicast route

2022-03-01 Thread Rohan Emmanuel
map entries would be visible across sub routes and > siblings. > > On Fri, Feb 25, 2022 at 8:04 PM Rohan Emmanuel > > wrote: > > > Thank you Claus so much for your quick reply.Much appreciated. > > > > On Fri, 25 Feb 2022, 7:57 pm Claus Ibsen, wrote: > > &g

HIGH cpu utilization when apache kafka consumer is configured

2022-06-24 Thread Rohan Emmanuel
ards, Rohan Emmanuel

Re: HIGH cpu utilization when apache kafka consumer is configured

2022-06-26 Thread Rohan Emmanuel
r the last couple of years. > > > > > On Fri, Jun 24, 2022 at 4:06 PM Rohan Emmanuel > > wrote: > > > hi, > > i can using camel 3.7.0 with kafka consumer endpoint with default > > configurations. when I start my process, even though i am not sending any >

Re: HIGH cpu utilization when apache kafka consumer is configured

2022-07-06 Thread Rohan Emmanuel
ke a closer look at this, but I need more details. > > Are you able to come up with a reproducer for this issue? Additionally, > details about your Kafka setup would be appreciated: # of partitions, any > broker setting you might have, etc. > > Kind regards > > On Sun, Jun 26

Ignore Unkown properties of beans in applicationContext.xml

2022-10-06 Thread Rohan Emmanuel
ccessor.java:430) at org.springframework.beans.AbstractNestablePropertyAccessor.setPropertyValue(AbstractNestablePropertyAccessor.java:278) -- Regards, Rohan Emmanuel

connectionsPerRoute has no impact on Connection when using http component

2023-01-20 Thread Rohan Emmanuel
be overridden with the connectionsPerRoute value? is there any way to configure thie connections Per route configuration? any help would be appreciated. -- Regards, Rohan Emmanuel

Re: connectionsPerRoute has no impact on Connection when using http component

2023-01-26 Thread Rohan Emmanuel
e query parameter as the http client may be > already created if you use http component elsewhere, favour set the value > on the component level > > On Fri, Jan 20, 2023 at 11:18 AM Rohan Emmanuel < > rohan.emmanue...@gmail.com> > wrote: > > > hi, > > In my

Unable to write JAVA object using netty TCP Producer

2023-05-19 Thread Rohan Emmanuel
ing Netty TCP producer.? -- Regards, Rohan Emmanuel

Re: Unable to write JAVA object using netty TCP Producer

2023-05-19 Thread Rohan Emmanuel
; Hi > > What Camel version do you use? > > Also its bad practice to exchange data as Java objects. Then you have tight > coupling and need to ensure class compatibility between client servers. > There are other more accepted protocols to use today. > > > > On F

Re: Unable to write JAVA object using netty TCP Producer

2023-05-22 Thread Rohan Emmanuel
for text based protocols then just set textline=true, and end your > string with a new-line to mark the end > See the docs > > On Fri, May 19, 2023 at 2:00 PM Rohan Emmanuel > > wrote: > > > hi, > > thanks for the reply. currently on camel version 3.7.0. > > tryin

Netty TCP component throwing No response received even when the response was read

2023-05-23 Thread Rohan Emmanuel
cute(AbstractEventExecutor.java:164) ~[netty-common-4.1.55.Final.jar:4.1.55.Final] -- Regards, Rohan Emmanuel

spring xml DSL to YAML dsl

2024-01-05 Thread Rohan Emmanuel
Thanks. http://camel.apache.org/schema/spring";> Route for the path /organisation_endpoint Route for the verb DELETE:--> From /deleting/ to Destination 1. ( Process:dd345) -- Regards, Rohan Emmanuel

Re: spring xml DSL to YAML dsl

2024-01-10 Thread Rohan Emmanuel
t I'd recommend you to try > https://karavan.space/ you can create your rest route graphically and > export the yaml that can be added to the project's resources and used as > is. > > Regards, > Federico > > Il giorno ven 5 gen 2024 alle ore 15:48 Rohan Emmanuel &l

REST dsl in Kamelet

2024-02-10 Thread Rohan Emmanuel
endpoints in the YAML file. Thanks in advance. This Context contains route for the verbs delete and put ... -- Regards, Rohan Emmanuel

include external files in Karavan Project

2024-04-08 Thread Rohan Emmanuel
specification file. Any pointers would be appreciated. -- Regards, Rohan Emmanuel

netty IllegalReferenceCountException: refCnt: 0, decrement: 1

2024-04-29 Thread Rohan Emmanuel
flush0(AbstractChannel.java:931) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] ... 13 more -- Regards, Rohan Emmanuel

Call Kamelet from another kamelet

2024-12-03 Thread Rohan Emmanuel
hi, is it possible to call another kamelet from a kamelet? i was looking to invoke my custom kamelet from my another kamelet. is this supported? how to pass properties from one kamelet to another? can anyone point me to the docs/examples? any help would be appreciated. -- Regards, Rohan

Re: Call Kamelet from another kamelet

2024-12-03 Thread Rohan Emmanuel
> >> > > >> wrote: > >> > >> > hi, > >> > is it possible to call another kamelet from a kamelet? > >> > i was looking to invoke my custom kamelet from my another kamelet. is > >> this > >> > supported? how to pass p

Re: Call Kamelet from another kamelet

2024-12-07 Thread Rohan Emmanuel
t versions. Meaning > calling a kamelet from a kamelet doesn't work. > > Though Claus' comment make it sound that in theory it should be working so > maybe this requires just a small fix. > > tiistai 3. joulukuuta 2024 Rohan Emmanuel > kirjoitti: > > @pasqua

sslcontextparameters for HTTP component

2025-03-15 Thread Rohan Emmanuel
the custom SSL bean using YAML configuration.? - to: id: to-e5b0 uri: https parameters: sslContextParameters: customssl httpUri: https:/// httpMethod: GET -- Regards, Rohan Emmanuel

Bug in Kamelet optional prop palceholder ?

2025-04-30 Thread Rohan Emmanuel
e/foo/bar org.apache.camel.component.http.HttpProducer;Executing http POST method: http://127.0.0.1:/&bridgeEndpoint=true&throwExceptionOnFailure=false/foo/bar -- Regards, Rohan Emmanuel

Re: Bug in Kamelet optional prop palceholder ?

2025-05-01 Thread Rohan Emmanuel
k On Thu, May 1, 2025 at 5:43 PM Andrea Cosentino wrote: > Can you show the kamelet code? > > Il gio 1 mag 2025, 14:10 Rohan Emmanuel ha > scritto: > > > this is a custom kamelet which i had created. > > > > On Thu, May 1, 2025 at 4:09 PM Andrea Cosentino > wrote:

Re: Bug in Kamelet optional prop palceholder ?

2025-05-01 Thread Rohan Emmanuel
this is a custom kamelet which i had created. On Thu, May 1, 2025 at 4:09 PM Andrea Cosentino wrote: > Is this a custom kamelet or one from the catalog? > > Il giorno gio 1 mag 2025 alle ore 07:07 Rohan Emmanuel < > rohan.emmanue...@gmail.com> ha scritto: > > > hi,

Re: sslcontextparameters for HTTP component

2025-03-11 Thread Rohan Emmanuel
t; like that: > - beans: > - name: "customssl" > type: "#class:my.class.implementing.SslContextParameters" > properties: > myProperty: "myValue" > > You can also open a post in zulipchat <https://camel.zulipchat.com/> i