RE: camel-vertx-websocket

2021-01-12 Thread CASAUX Nicolas
veMQ). Nicolas -Message d'origine- De : Claus Ibsen Envoyé : mardi 12 janvier 2021 10:26 À : users@camel.apache.org Objet : Re: camel-vertx-websocket Hi I dont think this is implemented/supported. Its intended to be a local server when using consumer (from). Not sure what it w

Re: camel-vertx-websocket

2021-01-12 Thread Claus Ibsen
Hi I dont think this is implemented/supported. Its intended to be a local server when using consumer (from). Not sure what it would take to support this (and if possible). As there are some other ramifications. Also it seems a bit abusive use-case you are doing. Instead look at the stomp compone

RE: camel-vertx-websocket

2021-01-12 Thread CASAUX Nicolas
Hello again :) Could someone confirm that it is not possible to receive message from a remote websocket server with this "camel-vertx-websocket" component ? Or pointing out what I'm doing wrong ? As far as I understand, currently it seems only possible to send message to a remote server. Thank