Introduce StompReactorNettyTcpClient
Issue: SPR-11153
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user