We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d133279 + dd8b151 commit 87f2a4eCopy full SHA for 87f2a4e
src/com/rabbitmq/client/impl/ChannelManager.java
@@ -86,6 +86,7 @@ public void handleSignal(ShutdownSignalException signal) {
86
releaseChannelNumber(channel);
87
channel.processShutdownSignal(signal, true, true);
88
shutdownSet.add(channel.getShutdownLatch());
89
+ channel.notifyListeners();
90
}
91
scheduleShutdownProcessing();
92
0 commit comments