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

include external files in Karavan Project

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

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

Re: spring xml DSL to YAML dsl

2024-01-10 Thread Rohan Emmanuel
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 < > rohan.e

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

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

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

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. > > tr

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

Unable to write JAVA object using netty TCP Producer

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

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

2023-01-26 Thread Rohan Emmanuel
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 came

connectionsPerRoute has no impact on Connection when using http component

2023-01-20 Thread Rohan Emmanuel
dnt this 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

Ignore Unkown properties of beans in applicationContext.xml

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

Re: HIGH cpu utilization when apache kafka consumer is configured

2022-07-06 Thread Rohan Emmanuel
oser 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, 2022 at

Re: HIGH cpu utilization when apache kafka consumer is configured

2022-06-26 Thread Rohan Emmanuel
over 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 >

HIGH cpu utilization when apache kafka consumer is configured

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

Re: sharing exchange properties in mutlicast route

2022-03-01 Thread Rohan Emmanuel
ntries 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

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

sharing exchange properties in mutlicast route

2022-02-25 Thread Rohan Emmanuel
this? hello -- 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

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

netty://tcp consumer receive limit

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

Re: HTTP4s handshake exception

2019-04-10 Thread Rohan Emmanuel
terss"> 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 apprec

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-01 Thread Rohan Emmanuel
pclient 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-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-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
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:

Re: HTTP4s handshake exception

2019-03-30 Thread Rohan Emmanuel
ribers%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
thub: 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() { > @Overr

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

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