Skip to content

Support user destinations with multiple WebSocket servers [SPR-11620] #16243

Closed
@spring-projects-issues

Description

@spring-projects-issues

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:

0 votes, 8 watchers

Metadata

Metadata

Assignees

Labels

in: webIssues in web modules (web, webmvc, webflux, websocket)type: enhancementA general enhancement

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions