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 testing.