Skip to content

Commit

Permalink
Minor update in WebSocket STOMP documentation
Browse files Browse the repository at this point in the history
Closes gh-34353

Signed-off-by: Pierre Rossato <[email protected]>
  • Loading branch information
pirocraft authored and rstoyanchev committed Feb 3, 2025
1 parent 7536777 commit a9ecf90
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ from where they are handled according to their destination prefix. As the channe
a `ThreadPoolExecutor`, messages are processed in different threads, and the resulting sequence
of handling may not match the exact order in which they were received.

To enable ordered publishing, set the `setPreserveReceiveOrder` flag as follows:
To enable ordered receiving, set the `setPreserveReceiveOrder` flag as follows:

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

0 comments on commit a9ecf90

Please sign in to comment.