Search code examples
javaspringstompspring-websocket

What version of stomp does Spring framework support


Spring framework supports Stomp over WebSocket. (Stomp has 1.0, 1.1 and latest 1.2.)

My question is:

  • What version (or versions) of stomp does Spring framework support?

Solution

  • Spring Framework supports versions "v10", "v11" and "v12", see StompSubProtocolHandler