Does vert.x support websocket using stomp over sockjs like Spring4?
Spring4 websocket support stomp over sockjs, but I don't found in Vert.x document about stomp over sockjs, only stomp with websocket: https://vertx.io/docs/vertx-stomp/java/#_using_the_stomp_server_with_web_sockets.
As of Vert.x 3.5.1 it is not supported. Can you please file a feature request in the vertx-stomp
project? Thanks