Controls the durability of queues created from this template. If non-durable, the created queue will be non-durable, regardless of the specified durability. If none, the created queue will have the requested durability. Changes to this attribute are synchronized to HA mates and replication sites via config-sync. The default value is "none". The allowed values and their meaning are:

"none" - The durability of the endpoint will be as requested on create.
"non-durable" - The durability of the created queue will be non-durable, regardless of what was requested.

Enumeration Members

Enumeration Members

NONE: "none"
NON_DURABLE: "non-durable"