: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
--
> 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 <
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
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() {
> @
.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml
> >
>
--
Regards,
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
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
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
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
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
>
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
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
INFO
consumer - consumer route called . .POST . .
--
Regards,
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
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
?
hello
--
Regards,
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
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
ards,
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
>
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
ccessor.java:430)
at
org.springframework.beans.AbstractNestablePropertyAccessor.setPropertyValue(AbstractNestablePropertyAccessor.java:278)
--
Regards,
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
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
ing Netty TCP producer.?
--
Regards,
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
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
cute(AbstractEventExecutor.java:164)
~[netty-common-4.1.55.Final.jar:4.1.55.Final]
--
Regards,
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
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
endpoints in the
YAML file. Thanks in advance.
This Context contains route for the verbs delete and
put
...
--
Regards,
Rohan Emmanuel
specification file.
Any pointers would be appreciated.
--
Regards,
Rohan Emmanuel
flush0(AbstractChannel.java:931)
~[netty-transport-4.1.94.Final.jar:4.1.94.Final]
... 13 more
--
Regards,
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
> >> >
> >> 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
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
the custom SSL
bean using YAML configuration.?
- to:
id: to-e5b0
uri: https
parameters:
sslContextParameters: customssl
httpUri: https:///
httpMethod: GET
--
Regards,
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
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:
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,
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
41 matches
Mail list logo