Skip to content

Commit a9ecf90

Browse files
pirocraftrstoyanchev
authored andcommitted
Minor update in WebSocket STOMP documentation
Closes gh-34353 Signed-off-by: Pierre Rossato <[email protected]>
1 parent 7536777 commit a9ecf90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

framework-docs/modules/ROOT/pages/web/websocket/stomp/ordered-messages.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ from where they are handled according to their destination prefix. As the channe
1919
a `ThreadPoolExecutor`, messages are processed in different threads, and the resulting sequence
2020
of handling may not match the exact order in which they were received.
2121

22-
To enable ordered publishing, set the `setPreserveReceiveOrder` flag as follows:
22+
To enable ordered receiving, set the `setPreserveReceiveOrder` flag as follows:
2323

2424
include-code::./ReceiveOrderWebSocketConfiguration[tag=snippet,indent=0]

0 commit comments

Comments
 (0)