[TIBCO.EMS.UFOCLIENT .NET client library 7.0 documentation]

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

Namespace:  TIBCO.EMS.UFO
Assembly:  TIBCO.EMS.UFO (in TIBCO.EMS.UFO.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.UFO..::.Queue
The queue to browse

Remarks

The QueueBrowser object will be recreated during connection recovery process.

Exceptions

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

See Also