Session.CreateBrowser


Method

Declaration

QueueBrowser CreateBrowser( 
    Queue queue, 
    string messageSelector ); 
 
QueueBrowser CreateBrowser( 
    Queue queue ); 

Purpose

Create a queue browser.

Parameter
Description
queue
Browse this queue.
messageSelector
When present, the browser presents only messages that match this selector; see Message Selectors.
When absent, null, or the empty string, the browser views all messages in the queue.

Throws

EMSException

InvalidDestinationException

InvalidSelectorException

See Also

Queue

QueueBrowser


TIBCO Enterprise Message Service™ .NET Reference
System Release 4.3, February 2006
Copyright © TIBCO Software Inc. All rights reserved
www.tibco.com