mirror of https://github.com/apache/activemq.git
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@697953 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
3c6805183d
commit
4d0e57261c
|
@ -714,6 +714,7 @@ public class DefaultJDBCAdapter implements JDBCAdapter {
|
|||
count++;
|
||||
} else {
|
||||
LOG.debug("Stopped recover next messages");
|
||||
break;
|
||||
}
|
||||
}
|
||||
} else {
|
||||
|
@ -722,6 +723,7 @@ public class DefaultJDBCAdapter implements JDBCAdapter {
|
|||
count++;
|
||||
} else {
|
||||
LOG.debug("Stopped recover next messages");
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue