Hi
I wish to use the lastImageSubscriptionRecoveryPolicy for a share price
ticker system, so that a consumer can obtain the last known price for all
stocks.
My configuration file looks like this:-
<policyEntry topic="PRICES.>">
<subscriptionRecoveryPolicy>
<lastImageSubscriptionRecoveryPolicy/>
</subscriptionRecoveryPolicy>
</policyEntry>
And my subscription looks like this:-
GetTopic("PRICES.>?consumer.retrocactive=true");
However, if I run a publisher to publish to, say, 100 different topics (e.g.
PRICES.IBM, PRICES.VOD etc), stop the publisher and start a consumer, the
consumer only receives a single message for just one topic - not all the
topics. Is this by design or am I missing something in the way I'm
attempting to do this?
Regards
~Rob Lugt
--
View this message in context:
http://www.nabble.com/lastImageSubscriptionRecoveryPolicy-tf2429186.html#a6772973
Sent from the ActiveMQ - User mailing list archive at Nabble.com.