We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 27d5241 + f2d8c0b commit 16ff394Copy full SHA for 16ff394
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