Skip to content

Commit caf322a

Browse files
author
Alexandru Scvortov
committed
updated comment
1 parent 4aa43c0 commit caf322a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/com/rabbitmq/client/impl/ChannelN.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,9 @@ public void releaseChannelNumber() {
171171

172172
/**
173173
* Protected API - Filters the inbound command stream, processing
174-
* Basic.Deliver, Basic.Return and Channel.Close specially.
174+
* Basic.Deliver, Basic.Return and Channel.Close specially. If
175+
* we're in quiescing mode, all inbound commands are ignored,
176+
* except for Channel.Close and Channel.CloseOk.
175177
*/
176178
@Override public boolean processAsync(Command command) throws IOException
177179
{

0 commit comments

Comments
 (0)