mirror of https://github.com/apache/activemq.git
Fix for the testQueuePersistentUncommitedAcksLostOnRestart() test in RecoveryBrokerTest. Since this test resuses the memory based store instance across restarts, the cusror pointers were not getting reset after restart.
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@564685 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
ecf89a60bf
commit
5719351cb7
|
@ -56,6 +56,7 @@ class QueueStorePrefetch extends AbstractPendingMessageCursor implements Message
|
|||
}
|
||||
|
||||
public void start() throws Exception {
|
||||
store.resetBatching();
|
||||
}
|
||||
|
||||
public void stop() throws Exception {
|
||||
|
|
Loading…
Reference in New Issue