The default delivery mode for messages sent by the Publisher (Producer). Changes to this attribute are synchronized to HA mates and replication sites via config-sync. The default value is "persistent". The allowed values and their meaning are:

"persistent" - The broker spools messages (persists in the Message Spool) as part of the send operation.
"non-persistent" - The broker does not spool messages (does not persist in the Message Spool) as part of the send operation.

Enumeration Members

Enumeration Members

NON_PERSISTENT: "non-persistent"
PERSISTENT: "persistent"