git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@697953 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Robert Davies 2008-09-22 19:17:24 +00:00
parent 3c6805183d
commit 4d0e57261c
1 changed files with 2 additions and 0 deletions

View File

@ -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;
}
}
}