The replication mode for the Replicated Topic. Changes to this attribute are synchronized to HA mates and replication sites via config-sync. The default value is "async". The allowed values and their meaning are:

"sync" - Messages are acknowledged when replicated (spooled remotely).
"async" - Messages are acknowledged when pending replication (spooled locally).

Enumeration Members

Enumeration Members

ASYNC: "async"
SYNC: "sync"