-
Couldn't load subscription status.
- Fork 38.8k
Closed
Labels
in: messagingIssues in messaging modules (jms, messaging)Issues in messaging modules (jms, messaging)in: webIssues in web modules (web, webmvc, webflux, websocket)Issues in web modules (web, webmvc, webflux, websocket)type: taskA general taskA general task
Milestone
Description
Rossen Stoyanchev opened SPR-10750 and commented
When application code needs to send a message to a STOMP client connected over WebSocket, it has no access to information such as the WebSocket session (and sessionId) or even which server the client is connected to. This may be needed in an exception handling method, or in an asynchronously executing method that needs to target the user (e.g. with a trade confirmation).
This ticket should make it easy to send messages to a specific user from anywhere within the application.
Affects: 4.0 M1
This issue is a sub-task of #13994
Metadata
Metadata
Assignees
Labels
in: messagingIssues in messaging modules (jms, messaging)Issues in messaging modules (jms, messaging)in: webIssues in web modules (web, webmvc, webflux, websocket)Issues in web modules (web, webmvc, webflux, websocket)type: taskA general taskA general task