Is it possible to setup RabbitMQ Web STOMP connection without SockJS library?
I have played around with rabbitmq-web-stomp
plugin without a success as the initial response generated by the server is Welcome to SockJS!
(which is obviously not a STOMP based message).
Is SockJS really required? What does it bring into the game (besides legacy browser support)?