-
Notifications
You must be signed in to change notification settings - Fork 38.4k
Support sending large STOMP messages as fragmented frames #29354
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
in: web
Issues in web modules (web, webmvc, webflux, websocket)
status: superseded
An issue that has been superseded by another
type: enhancement
A general enhancement
Comments
Apt feature request, @totakura . |
May I handle this issue? I checked I'll create PR until |
I create PR #31970 to resolve this issue~! 😄 |
Thanks, @injae-kim. I'll close this in favor of the PR. |
injae-kim
added a commit
to injae-kim/spring-framework
that referenced
this issue
Jan 14, 2024
…etStompClient` Closes spring-projectsgh-29354
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
in: web
Issues in web modules (web, webmvc, webflux, websocket)
status: superseded
An issue that has been superseded by another
type: enhancement
A general enhancement
#16152 added handling of fragmented STOMP frames. However, as of now there is no functionality to send such fragmented frames through
WebSocketStompClient
. This issue is a feature request to add complimentary functionality inWebSocketStompClient
.Node libraries such as
stompjs
https://stomp-js.github.io/ allow for configuring a max chunk size. When STOMP message is bigger than the chunk size, it is sent as multiple websocket frames.We would also need to expose the functionality to configure the max chunk size in
WebSocketStompClient
.The text was updated successfully, but these errors were encountered: