Gary Tully wrote:
> 
> The constantPendingMessageLimitStrategy is only applicable to topics. For
> queues, there is no way to have excess messages auto discarded except
> through message expiry.
> Will a topic work for your use case?
> 
Hi Gary,

Many thanks for your reply. Indeed I said queues in general but in concrete
I am using Topics. 

I found a solution to my problem. I just name my Topics using a predefined
name pattern preffix e.g. Milestone{0} so I add a policy using wildcards to
match all Topics named starting with that prefix; it seems to work.

Many thanks once more.
Best regards,
Giovanni
-- 
View this message in context: 
http://www.nabble.com/createTopic-on-the-fly-specifying-constantPendingMessageLimitStrategy-tp25937566p25963378.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Reply via email to