Hi Dan, If you are using Qpid 6.0.5 or later then you can use a context variable to set the (default) value for the ensureNondestructiveConsumers on newly created queues.
Where the value for ensureNondestructiveConsumers is not explicitly set on a queue, it takes its default value from the context variable queue.defaultEnsureNonDestructiveConsumers , so on creation of the queue you can add this context variable queue through the management ui setting the value to "true", and the queue will force all consumers to be non-destructive. Hope this helps, Rob On 8 March 2017 at 02:54, Dan Langford <[email protected]> wrote: > Is there a way via the web management ui to create a queue that ensures > clients are nondestructive? I see the rest interface but don't know if > there is a way I can use qpid.ensure_nondestructive_consumers argument > somehow via context variables. If it's possible via the web UI then my ops > team could more easily set up some queues in higher lanes. >
