Minor update in WebSocket STOMP documentation

Closes gh-34353

Signed-off-by: Pierre Rossato <pierre.rossato@gmail.com>
This commit is contained in:
Pierre Rossato
2025-02-01 17:38:09 +01:00
committed by rstoyanchev
parent 7536777a18
commit a9ecf90524

View File

@@ -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]