We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7536777 commit a9ecf90Copy full SHA for a9ecf90
framework-docs/modules/ROOT/pages/web/websocket/stomp/ordered-messages.adoc
@@ -19,6 +19,6 @@ from where they are handled according to their destination prefix. As the channe
19
a `ThreadPoolExecutor`, messages are processed in different threads, and the resulting sequence
20
of handling may not match the exact order in which they were received.
21
22
-To enable ordered publishing, set the `setPreserveReceiveOrder` flag as follows:
+To enable ordered receiving, set the `setPreserveReceiveOrder` flag as follows:
23
24
include-code::./ReceiveOrderWebSocketConfiguration[tag=snippet,indent=0]
0 commit comments