mirror of https://github.com/apache/activemq.git
https://issues.apache.org/jira/browse/AMQ-2911: Option to make all consumers retroactive. comment use of dest policy
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1145223 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
fe63c29bcc
commit
095b4305ae
|
@ -88,7 +88,8 @@ public class RetroactiveConsumerWithMessageQueryTest extends EmbeddedBrokerTestS
|
|||
|
||||
protected ConnectionFactory createConnectionFactory() throws Exception {
|
||||
ActiveMQConnectionFactory answer = new ActiveMQConnectionFactory(bindAddress);
|
||||
//answer.setUseRetroactiveConsumer(true);
|
||||
// answer.setUseRetroactiveConsumer(true);
|
||||
// option applied via destination policy alwaysRetroactive
|
||||
return answer;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue