The access type for delivering messages to consumer flows bound to the Queue. Changes to this attribute are synchronized to HA mates and replication sites via config-sync. The default value is "exclusive". The allowed values and their meaning are:

"exclusive" - Exclusive delivery of messages to the first bound consumer flow.
"non-exclusive" - Non-exclusive delivery of messages to all bound consumer flows in a round-robin fashion.

Enumeration Members

Enumeration Members

EXCLUSIVE: "exclusive"
NON_EXCLUSIVE: "non-exclusive"