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

Enum contains the values for preserving failed SmartSockets GMD messages when using SmartSockets Transport

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

Syntax

public enum SSPreserveGMD
Public Enumeration SSPreserveGMD
public enum class SSPreserveGMD

Members

Member nameDescription
Never
Never preserve failed SmartSockets GMD messages in the EMS undelivered queue.
Always
Always preserve failed SmartSockets GMD messages in the EMS undelivered queue.
Receivers
Only preserve failed SmartSockets GMD messages in the EMS undelivered queue if that GMD message had one or more receivers.

See Also