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