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