[
https://issues.apache.org/jira/browse/CAMEL-18705?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17631105#comment-17631105
]
Claus Ibsen commented on CAMEL-18705:
-------------------------------------
<route id="ws">
<from uri="vertx-websocket://someserver.com:443/wss/v2/2/demo/"/>
<log message="${body}"/>
</route>
> camel-vertx-websocet - Add option to let consumer clientMode where it listen
> for events on a remote websocket
> -------------------------------------------------------------------------------------------------------------
>
> Key: CAMEL-18705
> URL: https://issues.apache.org/jira/browse/CAMEL-18705
> Project: Camel
> Issue Type: Improvement
> Components: camel-vertx-websocket
> Reporter: Claus Ibsen
> Priority: Major
> Fix For: 3.x
>
>
> camel-ahc-ws allowed to do that, but we need such feature in
> camel-vertx-websocket.
> Currently it can only act in consumer where it is the websocket server. What
> we need is to connect to existing remote WS and receive events from it.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)