JBOSS eap 6.3 beta with websocket and stockjs - stomp.js using spring framework

时光怂恿深爱的人放手 提交于 2019-12-02 07:26:25
Brian Clozel

According to the official documentation and other sources such as Atmosphere's wiki, it is required to:

  • have a jboss-web.xml file with a <enable-websockets>true</enable-websockets> element
  • configure the NIO connector using a provided script EAP_HOME/bin/jboss-cli.sh --connect --file=configure-http-connector.cli

Note that Spring's reference documentation mentions Wildfly in the compatibility list, but not Jboss EAP.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!