mirror of https://github.com/apache/activemq.git
validate if concurrentstore and dispatch topics causes an issue for message order with durable subs: https://issues.apache.org/activemq/browse/AMQ-2864
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@983966 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
ac652da52d
commit
4625a468a0
|
@ -24,7 +24,7 @@ public class AMQ2149KahaDBTest extends AMQ2149Test {
|
|||
@Override
|
||||
protected void configurePersistenceAdapter(BrokerService brokerService) throws Exception {
|
||||
// nothing to do as kahaDB is now the default
|
||||
//KahaDBPersistenceAdapter kahaDB = (KahaDBPersistenceAdapter) brokerService.getPersistenceAdapter();
|
||||
//kahaDB.setConcurrentStoreAndDispatchTopics(true);
|
||||
KahaDBPersistenceAdapter kahaDB = (KahaDBPersistenceAdapter) brokerService.getPersistenceAdapter();
|
||||
kahaDB.setConcurrentStoreAndDispatchTopics(true);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue