A quick note I am using the WS connections bidirectionaly so I need both producers and a consumer on the same client connection. This works with AHC websockets but I haven't found any of the other WS components documenting how to do this. Some might do so but it is not documented in component documentation. I also suspect that some will automatically start a server when a local address is used which makes integration testing hard. In production client and server will live in different networks, during development and partially during testing they will live on the same machine.
ons. 30. mar. 2022, 16:23 skrev Knut-Håvard Aksnes <khaks...@gmail.com>: > I need a web socket library working as a client library for a project I am > working on currently. When using Camel 3.15 I did use AHC websocket for > this, due to its depreciation in 3.16 I am trying to use Vertx websockets > instead as it is documented to work both as server and as client library. I > need it to work as a pure client but can't find any documentation on how to > do this. It is important that the component I am using doesn't try to start > a server even when being given a local address as this will create problems > for integration tesdifficult >