2 Replies Latest reply on Jan 24, 2011 8:25 PM by clebert.suconic

    Address settings for specific durable topic subscription?

    josh.allen.xoom

      Is it possible to define <address-setting> elements for particular subscriptions of a durable topic?  For example, for one subscription I might want the redelivery delay & count to be 1hr/10 times, whereas for a different subscription I might want the redelivery to be 15min/5 times.  I can't see any way to do it because I believe all the subscription queues share the same address as the topic itself, but it feels like it's close.  If this isn't possible, I think it would be a great feature to enable if it isn't too hard.

       

      I understand that I can work around it by instead of using topics, using a divert to populate specific queues and defining the different <address-setting>s I want for those queues' addresses.