Steps:
- Build the container
docker build -t rabbit-stomp-error .
- Run the container
docker run -it -p 15672:15672 -p 15674:15674 -p 8080:80 rabbit-stomp-error
- Go to http://localhost:8080/stomp-login.html, open the web console and notice the stomp error frame
- Go to http://localhost:8080/stomp-subscribe.html, open the web console and notice no stomp error frame, just socket closed