Skip to content

Commit 70a1ecb

Browse files
committed
Documentation update related to Reactor version
Issue: SPR-15129
1 parent c8b0ff2 commit 70a1ecb

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

src/asciidoc/web-websocket.adoc

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1512,7 +1512,16 @@ it acts as a "relay" that forwards messages in both directions.
15121512

15131513
[NOTE]
15141514
====
1515-
Please add a dependency on `org.projectreactor:reactor-net` for TCP connection management.
1515+
Spring uses `org.projectreactor:reactor-net` and `io.netty:netty-all` for managing
1516+
TCP connections to the broker both of which need to be added as project dependencies.
1517+
1518+
The STOMP broker support in Spring Framework 4.3.x is compatible with the 2.0.x
1519+
generation of Reactor. Therefore it is not supported in combination with the
1520+
`spring-cloud-stream-reactive` module which requires Reactor 3.x.
1521+
1522+
Spring Framework 5 relies on Reactor 3 and Reactor Netty, which has independent
1523+
versioning, for TCP connections to the STOMP broker but also to provide
1524+
broad support for reactive programming models.
15161525
====
15171526

15181527
Furthermore, application components (e.g. HTTP request handling methods,

0 commit comments

Comments
 (0)