[TIBCO.EMS .NET client library 5.1 documentation]

Create a QueueBrowser object to peek at the messages on the specified queue.

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

Syntax

public QueueBrowser CreateBrowser(
	Queue queue
)
Public Function CreateBrowser ( _
	queue As Queue _
) As QueueBrowser
public:
QueueBrowser^ CreateBrowser(
	Queue^ queue
)

Parameters

queue
Type: TIBCO.EMS..::.Queue
The queue to browse

Exceptions

ExceptionCondition
TIBCO.EMS..::.EMSExceptionIf the session fails to create a browser due to some internal error.
TIBCO.EMS..::.InvalidDestinationExceptionIf an invalid destination is specified

See Also