The types of Queues and Topic Endpoints that clients using the client-profile can create. Changing this value does not affect existing client connections. Changes to this attribute are synchronized to HA mates and replication sites via config-sync. The default value is "all". The allowed values and their meaning are:

"all" - Client can create any type of endpoint.
"durable" - Client can create only durable endpoints.
"non-durable" - Client can create only non-durable endpoints.

Available since 2.14.

Enumeration Members

Enumeration Members

ALL: "all"
DURABLE: "durable"
NON_DURABLE: "non-durable"