Skip to content

Add support for sending direct messages to connected STOMP clients [SPR-10750] #15376

@spring-projects-issues

Description

@spring-projects-issues

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)in: webIssues in web modules (web, webmvc, webflux, websocket)type: taskA general task

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions