The 'default-purge-on-no-consumers' element is a member of 'address-settings' (which should be clear from the schema). The default value for this setting is false.
That said, I'm not sure this setting fits your use-case. The 'purge-on-no-consumers' setting (and the related 'default-purge-on-no-consumers') is a way to get non-durable subscription semantics on a static, pre-configured queue. A queue for which 'purge-on-no-consumers' is true will be purged (i.e. all its messages will be deleted) and paused (i.e. it will not receive any messages) when the consumer-count goes to or is zero. Justin On Mon, Jul 17, 2017 at 2:48 PM, cnadukula <[email protected]> wrote: > @clebertsuconic : I found a config setting in a schema file called > "default-purge-on-no-consumers". Can you please let me know where I make > the > change so i override the default value? or if you are referring to another > option that I am unaware? > > > > -- > View this message in context: http://activemq.2283324.n4. > nabble.com/Artemis-delete-inactive-destinations-tp4728541p4728613.html > Sent from the ActiveMQ - Dev mailing list archive at Nabble.com. >
