vertx-stomp
vertx-stomp copied to clipboard
STOMP client/server implementation
The FailedFuture implementation creates a failed future with a NoStackTraceThrowable error when created with a simple string message. This is the constructor that gets called by StompClientImpl:192 when there is...
https://github.com/vert-x3/vertx-stomp/blob/master/src/main/java/io/vertx/ext/stomp/impl/StompServerImpl.java#L217 due to this - can't use stomp with sockjs as sock js adds: /stomp///websocket to the websocket url. Additionally, there is no degradation of websocket to xhr supported.
I'd like to be able to check if a frame is a received frame or a frame that is sent. I can check on the frame.getCommand() for all kinds of...