Reverting change that was performed on a merge commit at 1ba1de4248
During my merging of #2906, I ammended a change by accident on the Close commit, This is to revert the change and reapply it on a :
This commit is contained in:
parent
77c2451ea4
commit
3db5ffd40c
|
@ -104,7 +104,7 @@ public class AMQPMessageRedistributionTest extends ClusterTestBase {
|
|||
TextMessage msg = (TextMessage) consumer.receive(5000);
|
||||
assertNotNull(msg);
|
||||
}
|
||||
Message msg = consumer.receiveNoWait();
|
||||
Message msg = consumer.receive(2000);
|
||||
assertNull(msg);
|
||||
connection.close();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue