Browse Source

WebSocket intro correctly points to annotations section

Issue: SPR-11667
pull/516/head
Juergen Hoeller 12 years ago
parent
commit
53162e78e4
  1. 6
      src/asciidoc/index.adoc

6
src/asciidoc/index.adoc

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

Loading…
Cancel
Save