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

Indicates whether or not bridging to and from transports of type tibrv and tibrvcm is enabled.

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

Syntax

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

Return Value

true if TIBCO Rendezvous bridge is enabled, false otherwise.

Remarks

If this is not enabled then, even though transports of this type may be defined in the transports.conf file, messages will not be exported to or imported from those transports.

See Also