Hi,
Could you try setting this flag in your destination policy:
sendAdvisoryIfNoConsumers="true"
i.e.
<destinationPolicy>
<policyMap><policyEntries>
<policyEntry topic="TEST.FOO" sendAdvisoryIfNoConsumers="true">
<dispatchPolicy>
<strictOrderDispatchPolicy />
</dispatchPolicy>
<subscriptionRecoveryPolicy>
<lastImageSubscriptionRecoveryPolicy />
</subscriptionRecoveryPolicy>
</policyEntry>
</policyEntries></policyMap>
</destinationPolicy>
Let me know if that fixes your problem. :)
Regards,
Adrian Co
himmeric wrote:
>
> I forgot to mention I'm using a wildcard to setup my
> getConsumerAdvisoryTopic, which seems to work fine. "topic.>" and I
> receive advisory messages on all subtopics.
>
> Since I'm having a problem with the no consumers advisrory I tried that
> with a wildcard "topic.>" and also as individual consumers when the topic
> is created, "topic.subtopicA" neither seem to receive messages when there
> are no consumers left.
>
> I'm thinking that the wildcard approach should work for the no consumer
> advisory as well, since the advisory topics appear to be just normal
> topics.
>
--
View this message in context:
http://www.nabble.com/Problem+with+No+Subscriber+Advisory+Topic-t1621608.html#a4516715
Sent from the ActiveMQ - User forum at Nabble.com.