Closed
Description
Max Posner opened SPR-11620 and commented
I have an app, that uses many tomcats. Also it uses websockets. Each tomcat saves in userSessionRegistry some information about connected users. But if user come to tomcat A, other tomcats B, C, D .. don't know about connected users to tomcat A and their unique queue names. And when i trying do something like this:
messageTemplate.converAndSendToUser(userNameConnectedToTomcatA, ...)
from tomacats B,C,D it will not send.
Affects: 4.0.2
Reference URL: http://stackoverflow.com/questions/22371560/spring-websocket-multiple-tomcat-servers/22663838?noredirect=1#22663838
Issue Links:
- Investigate possibility of SockJS without sticky sessions [SPR-12936] #17529 Investigate possibility of SockJS without sticky sessions
0 votes, 8 watchers