Thanks Claus, Jira is created! https://issues.apache.org/jira/browse/CAMEL-15716
-Message d'origine-
De : Claus Ibsen
Envoyé : mardi 20 octobre 2020 06:43
À : users@camel.apache.org
Objet : Re: multiple consumers with ahc-ws component
On Mon, Oct 19, 2020 at 11:32 PM CASAUX Ni
AMQ.
> Regards,
> Nicolas
>
> -Message d'origine-
> De : Claus Ibsen
> Envoyé : samedi 17 octobre 2020 17:48
> À : users@camel.apache.org
> Objet : Re: multiple consumers with ahc-ws component
>
> Hi
>
> There are a few other camel websock
e 2020 17:48
À : users@camel.apache.org
Objet : Re: multiple consumers with ahc-ws component
Hi
There are a few other camel websocket components you can try also.
On Sat, Oct 17, 2020 at 1:19 AM CASAUX Nicolas
wrote:
>
> Hello !
>
> I have a requirement to open multiple websocket connection
ponent for this is the ahc-ws
> component.
>
> I managed to use it, however I can't open more than 1 connection to the
> ActiveMQ, because I encounter a "already have a consumer" error on this
> endpoint when I try to open one more connection, which makes sense.
&
Hello !
I have a requirement to open multiple websocket connections to an ActiveMQ
broker.
As far as I understand, the only (?) Camel component for this is the ahc-ws
component.
I managed to use it, however I can't open more than 1 connection to the
ActiveMQ, because I encounter a &qu
Am I asking this wrong or this is too simple to answer? What I am
experiencing is that after sending AHC-ws exchange message, the next
producer's exchange message is still the input message not the server
response.
To reproduce this is:
1. setup a websocket server( Camel-websocket) in
I was testing the function of a websocket server which supports JSON RPC
2.0. The Chrome js client works correctly. But when I use AHC-WS the
request returns directly, and I cannot find any post that can Help me to get
the server response.
Can anyone help?
--
View this message in context
ockets' package works for me to a certain degree but opens up
multiple random ports per client connection making it completely unsuitable for
my purposes unfortunately, hence the interest in 'ahc-ws'. Didn't find much in
the way of documentation on the 'camel-websockets&
connection making it completely unsuitable for
my purposes unfortunately, hence the interest in 'ahc-ws'. Didn't find much in
the way of documentation on the 'camel-websockets' behavior or ways to
configure it's port behavior beyond the initial connection.
-Orig
gt; Moving to the 'camel-ahc-ws-starter' package and adjusting all other
> camel* packages I now get a different exception.
>
> Any help/pointers are appreciated. Thanks
>
>
> java.util.concurrent.ExecutionException: java.lang.IllegalStateExce
Thanks Claus! I wasn't aware of the *-starter packages for Camel. Much
appreciated for the pointer.
Moving to the 'camel-ahc-ws-starter' package and adjusting all other camel*
packages I now get a different exception.
Any help/pointers are appre
When using Spring Boot and Camel 2.18 onwards you should use the
-starter components, eg camel-ahc-ws-starter and so on.
On Tue, Oct 25, 2016 at 8:21 PM, Ingram, Stuart wrote:
> Using the following dependencies
>
> compile('org.apache.camel:camel-jackson:2.18.0'
Simplifying the route and removing multicast() & Pipeline() properties
results in no change.
Excluding the camel-ahc-ws netty dependencies and including them explicitly
in the build.gradle file also results in a runtime exception. This was
tested with netty-all.4.1.5.Final and netty-all.4.
ring-redis:2.18.0')
compile('org.apache.camel:camel-stream:2.18.0')
compile('org.apache.camel:camel-ahc-ws:2.18.0')
compile('org.springframework.boot:spring-boot-actuator')
compile("org.springframework.boot:spr
I think there is no websocket provider registered by the ahc client.
Please check if you have e.g., mvn:io.netty/netty/3.9.2.Final on your classpath.
2015-08-10 12:35 GMT+02:00 Sanjana :
> Hello,
> I am using ahc-ws to send messages a server. I have done it like this -
> http://camel.a
Hi Sanjana,
Were you able to find a solution for this? If so, please update the post.
thanks,
sgs.
--
View this message in context:
http://camel.465427.n5.nabble.com/ahc-ws-tp5770524p5786217.html
Sent from the Camel - Users mailing list archive at Nabble.com.
the route
> if the connection is lost?
>
>
>
> --
> View this message in context:
> http://camel.465427.n5.nabble.com/ahc-ws-doesn-t-shutdown-route-if-the-connection-is-severed-tp5775420p5775421.html
> Sent from the Camel - Users mailing list archive at Nabble.com.
Is there any way that a websocket client can automatically shutdown the route
if the connection is lost?
--
View this message in context:
http://camel.465427.n5.nabble.com/ahc-ws-doesn-t-shutdown-route-if-the-connection-is-severed-tp5775420p5775421.html
Sent from the Camel - Users mailing list
Hello,
I am using ahc-ws to send messages a server. I have done it like this -
http://camel.apache.org/schema/spring";>
In the transform m
19 matches
Mail list logo