Skip to content

Commit c803962

Browse files
author
Steve Powell
committed
Revert properly.
1 parent 0abd734 commit c803962

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/com/rabbitmq/client/QueueingConsumer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ public QueueingConsumer(Channel ch, BlockingQueue<Delivery> q) {
121121
byte[] body)
122122
throws IOException
123123
{
124-
// checkShutdown();
124+
checkShutdown();
125125
this._queue.add(new Delivery(envelope, properties, body));
126126
}
127127

0 commit comments

Comments
 (0)