Version 2

    QueueBrowser

     

    A client uses a QueueBrowser object to look at messages on a queue without removing them.

     

    JMS Facade implementation of a QueueBrowser is

    org.jboss.jms.client.JBossMessageBrowser

    . It implements

    javax.jms.QueueBrowser

    .

     

    Instances of this class are physically constructed by the Session delegate (org.jboss.jms.delegate.SessionDelegate). JBossMessageBrowser delegates to a BrowserDelegate instance. It is the delegate implementation that accesses the Messaging Core to browse queues.

     

    Back to JMS Facade