Introduce StompReactorNettyTcpClient

Issue: SPR-11153
This commit is contained in:
Rossen Stoyanchev
2013-12-23 14:51:08 -05:00
parent 2e4f38f6af
commit 0a12f28b58
3 changed files with 49 additions and 4 deletions

View File

@@ -55,7 +55,7 @@ public class StompBrokerRelayMessageHandlerTests {
this.brokerRelay = new StompBrokerRelayMessageHandler(new StubMessageChannel(),
new StubMessageChannel(), new StubMessageChannel(), Arrays.asList("/topic"));
this.brokerRelay.setTcpClient(tcpClient);
this.brokerRelay.setTcpClient(this.tcpClient);
}