This closes #1105
This commit is contained in:
commit
e29c463732
|
@ -110,6 +110,8 @@ public class ProtonProtocolManager implements ProtocolManager<Interceptor>, Noti
|
||||||
Executor executor = server.getExecutorFactory().getExecutor();
|
Executor executor = server.getExecutorFactory().getExecutor();
|
||||||
|
|
||||||
ActiveMQProtonRemotingConnection delegate = new ActiveMQProtonRemotingConnection(this, amqpConnection, remotingConnection, executor);
|
ActiveMQProtonRemotingConnection delegate = new ActiveMQProtonRemotingConnection(this, amqpConnection, remotingConnection, executor);
|
||||||
|
delegate.addFailureListener(connectionCallback);
|
||||||
|
delegate.addCloseListener(connectionCallback);
|
||||||
|
|
||||||
connectionCallback.setProtonConnectionDelegate(delegate);
|
connectionCallback.setProtonConnectionDelegate(delegate);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue