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

Indicates whether or not only TIBCO Rendezvous Certified listeners that have been explicitly configured are allowed to receive messages exported by the EMS server.

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

Syntax

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

Field Value

true if only configured listeners are to receive certified messages, false otherwise.

Remarks

Note that if this property is set to true unconfigured listeners will still receive the exported messages but message delivery will be reliable not certified.

See Also