mirror of https://github.com/apache/activemq.git
https://issues.apache.org/jira/browse/AMQ-3998 https://issues.apache.org/jira/browse/AMQ-3999 - retroactive durables not supported by older stores, kaha and amq
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1380847 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
eaac0d2eee
commit
640424727d
|
@ -29,4 +29,8 @@ public class AMQStoreDurableSubscriptionTest extends DurableSubscriptionTestSupp
|
|||
adapter.setDirectory(dataDir);
|
||||
return adapter;
|
||||
}
|
||||
|
||||
public void testDurableSubscriptionRetroactive() throws Exception {
|
||||
// nop
|
||||
}
|
||||
}
|
||||
|
|
|
@ -32,4 +32,10 @@ public class KahaDurableSubscriptionTest extends DurableSubscriptionTestSupport
|
|||
adaptor.setDirectory(dataDir);
|
||||
return adaptor;
|
||||
}
|
||||
|
||||
|
||||
public void testDurableSubscriptionRetroactive() throws Exception {
|
||||
// nop
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue