TIBCO Enterprise Message Service 4.3.0 .NET Administration Class Library

Admin.GetBridges Method 

Get all the bridges known to the server where the source destination is of a given type and the source destination name matches the given pattern.

public BridgeInfo[] GetBridges(
   DestinationType type,
   string pattern
);

Parameters

type
the type of source destination, either DestinationType.Queue to return only bridges from queues, DestinationType.Topic to return only bridges from topics, or DestinationType.All types to return bridges from both queues and topics.
pattern
a filter to restrict the bridges that are returned to only those whose name matches the pattern, null indicates all bridges.

Return Value

all the matching bridges.

Exceptions

Exception Type Condition
AdminException if not authorized or an error occurred.
ArgumentException if type is invalid

See Also

Admin Class | TIBCO.EMS.ADMIN Namespace