File tree 1 file changed +10
-1
lines changed
1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -1512,7 +1512,16 @@ it acts as a "relay" that forwards messages in both directions.
1512
1512
1513
1513
[NOTE]
1514
1514
====
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.
1516
1525
====
1517
1526
1518
1527
Furthermore, application components (e.g. HTTP request handling methods,
You can’t perform that action at this time.
0 commit comments