[TIBCO.EMS .NET Admin client library 6.3 documentation]

Indicates whether or not the EMS server is to use a synchronous ledger file when participating in TIBCO Rendezvous Certified Messaging on this transport.

Namespace:  TIBCO.EMS.ADMIN
Assembly:  TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)

Syntax

public bool SyncLedger { get; }
Public ReadOnly Property SyncLedger As Boolean
public:
property bool SyncLedger {
	bool get ();
}

Field Value

true if the transport uses synchronous ledger, false otherwise.

Remarks

If the ledger is synchronous the EMS server will perform synchronous updates to the TIBCO Rendezvous Certified Messaging ledger file. This can slow the performance of importing certified messages but reduces the risk of duplicate delivery following a server failure.

See Also