lastImageSubscriptionRecoveryPolicy does not work with wildcards
----------------------------------------------------------------
Key: AMQ-980
URL: https://issues.apache.org/activemq/browse/AMQ-980
Project: ActiveMQ
Issue Type: Bug
Components: Broker
Affects Versions: 4.0.2
Environment: Windows, JDK 1.5
Reporter: Rob Lugt
The lastImageSubscriptionRecoveryPolicy does not appear to work with wildcards.
In the following example, a new consumer only receives one message for the
topics covered by the wildcard instead of receiving one message for each topic.
config file:-
<policyEntry topic="PRICES.>">
<subscriptionRecoveryPolicy>
<lastImageSubscriptionRecoveryPolicy/>
</subscriptionRecoveryPolicy>
</policyEntry>
consumer subscription:-
GetTopic("PRICES.>?consumer.retrocactive=true");
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://issues.apache.org/activemq/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira