在tomcat 7上使用websockets进行Spring集成

时间:2016-02-12 14:23:46

标签: tomcat7 spring-integration spring-websocket

是否可以在tomcat 7上使用spring-integration sockjs websocket?

1 个答案:

答案 0 :(得分:0)

SockJS WebSocket仿真与Tomcat版本无关。

Spring Integration WebSocket支持完全基于Spring WebSocket基础。 Spring Integration中的SockJS选项和功能与Spring WebSocket支持中的完全相同。

如果您的Tomcat实例支持WebSocket,您可以使用SockJS后备服务。

查看更多信息:http://www.concretepage.com/spring-4/spring-4-websocket-sockjs-stomp-tomcat-example