[TIBCO.EMS .NET client library 6.0 documentation]
Assembly: TIBCO.EMS (in TIBCO.EMS.dll)
Create a QueueBrowser object to peek at the messages
on the specified queue.
Namespace:
TIBCO.EMSAssembly: 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
Exception | Condition |
---|---|
TIBCO.EMS..::.EMSException | If the session fails to create a browser due to some internal error. |
TIBCO.EMS..::.InvalidDestinationException | If an invalid destination is specified |