RE: multiple consumers with ahc-ws component

2020-10-20 Thread CASAUX Nicolas
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

Re: multiple consumers with ahc-ws component

2020-10-19 Thread Claus Ibsen
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

RE: multiple consumers with ahc-ws component

2020-10-19 Thread CASAUX Nicolas
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

Re: multiple consumers with ahc-ws component

2020-10-17 Thread Claus Ibsen
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. &

multiple consumers with ahc-ws component

2020-10-16 Thread CASAUX Nicolas
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

Re: How to get response using AHC-WS

2016-12-29 Thread cameral
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

How to get response using AHC-WS

2016-12-28 Thread cameral
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

Re: Camel-ahc-ws netty runtime problems

2016-10-31 Thread Andrea Cosentino
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&

RE: Camel-ahc-ws netty runtime problems

2016-10-30 Thread Ingram, Stuart
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

Re: Camel-ahc-ws netty runtime problems

2016-10-30 Thread Jim Pirkle
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

RE: Camel-ahc-ws netty runtime problems

2016-10-28 Thread Ingram, Stuart
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

Re: Camel-ahc-ws netty runtime problems

2016-10-28 Thread Claus Ibsen
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'

Re: Camel-ahc-ws netty runtime problems

2016-10-27 Thread Stuart
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.

Camel-ahc-ws netty runtime problems

2016-10-25 Thread Ingram, Stuart
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

Re: ahc-ws

2016-08-10 Thread Aki Yoshida
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

Re: ahc-ws

2016-08-09 Thread web_nab...@sunilsamuel.com
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.

Re: ahc-ws doesn't shutdown route if the connection is severed

2015-12-23 Thread Aki Yoshida
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.

Re: ahc-ws doesn't shutdown route if the connection is severed

2015-12-23 Thread rabreu
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

ahc-ws

2015-08-10 Thread Sanjana
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