WebSocket intro correctly points to annotations section

Issue: SPR-11667
This commit is contained in:
Juergen Hoeller 2014-04-16 18:07:25 +02:00
parent 90309ab0b5
commit 53162e78e4
1 changed files with 3 additions and 3 deletions

View File

@ -36701,9 +36701,9 @@ how to configure and use it.
<<websocket-stomp-overview>> introduces the STOMP messaging protocol. <<websocket-stomp-overview>> introduces the STOMP messaging protocol.
<<websocket-stomp-enable>> demonstrates how to configure STOMP support in Spring. <<websocket-stomp-enable>> demonstrates how to configure STOMP support in Spring.
<<websocket-stomp-handle>> explains how to use it including writing annotated message <<websocket-stomp-handle-annotations>> and the following sections explain how to
handling methods, sending messages, choosing message broker options, as write annotated message handling methods, send messages, choose message broker
well as working with the special "user" destinations. Finally options, as well as work with the special "user" destinations. Finally,
<<websocket-stomp-testing>> lists three approaches to testing STOMP/WebSocket <<websocket-stomp-testing>> lists three approaches to testing STOMP/WebSocket
applications. applications.