As from spring 4, we have support of STOMP
(sub)protocol over WebSocket
. I do understand the benefits of WebSocket
as compared to HTTP and the use & benefits of using STOMP
over the WebSocket
but I would like to understand the following:
Are there any Performance benefits of directly using the stomp protocol to talk with the MB (like RabbitMQ or Kafka - probably in future)
Is there any benefit of using
STOMP
as a sub-protocol over web-sockets other than to take care of the handshake required by the client to connect to the server/MB