rstoyanchev / spring-websocket-portfolio

740 stars 443 forks source link

Spring websocket multiple tomcat servers #82

Closed mi13chael closed 4 years ago

mi13chael commented 4 years ago

Hi Rossen, Learned lot in your comment in stackoverflow, and My team have implemented the Websocket on STOMP broker in RocketMQ in multiple tomcat servers , which is working well. Now we have new requirement , some mobile devices have to connect to the servers through WebSocket without STOMP , also have to implement the distributed user sessions , Could you please give some ideas ? Thanks in advance. Michael

rstoyanchev commented 4 years ago

@mi13chael you could look at Spring Session https://docs.spring.io/spring-session/docs/current/reference/html5/.