mirror of https://github.com/apache/activemq.git
Remove system.out call
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/branches/activemq-4.1@488816 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
704754defe
commit
08a32a93b9
|
@ -193,7 +193,7 @@ public class ServerSessionPoolImpl implements ServerSessionPool {
|
||||||
closing.set(true);
|
closing.set(true);
|
||||||
closeIdleSessions();
|
closeIdleSessions();
|
||||||
while( activeSessions.size() > 0 ) {
|
while( activeSessions.size() > 0 ) {
|
||||||
System.out.println("ACtive Sessions = " + activeSessions.size());
|
//System.out.println("Active Sessions = " + activeSessions.size());
|
||||||
try {
|
try {
|
||||||
closing.wait(1000);
|
closing.wait(1000);
|
||||||
} catch (InterruptedException e) {
|
} catch (InterruptedException e) {
|
||||||
|
|
Loading…
Reference in New Issue