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:
Gary Tully 2011-07-11 16:07:27 +00:00
parent fe63c29bcc
commit 095b4305ae
1 changed files with 2 additions and 1 deletions

View File

@ -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;
}