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.
1 parent c9819ef commit 6d1b455Copy full SHA for 6d1b455
src/com/rabbitmq/client/ShutdownListener.java
@@ -23,6 +23,9 @@
23
* A ShutdownListener receives information about the shutdown of connections and
24
* channels. Note that when a connection is shut down, its associated channels are also
25
* considered shut down and their ShutdownListeners will be notified (with the same cause).
26
+ * Because of this, and the fact that channel ShutdownListeners execute in the connection's
27
+ * thread, attempting to make blocking calls on a connection inside the listener will
28
+ * lead to deadlock.
29
*
30
* @see ShutdownNotifier
31
* @see ShutdownSignalException
0 commit comments