Creates a new QueueBrowser for the specified
Queue. Usually this method is called
by
com.mockrunner.mock.jms.MockQueueSession.createBrowser .
Parameters: queue - the Queue Parameters: messageSelector - the message selector the created QueueBrowser
Creates a new QueueReceiver for the specified
Queue. Usually this method is called
by
com.mockrunner.mock.jms.MockQueueSession.createReceiver .
Parameters: queue - the Queue Parameters: messageSelector - the message selector the created QueueReceiver
Returns a QueueBrowser by the name of its
corresponding Queue. If there's more than
one QueueBrowser object for the specified name,
the first one will be returned.
Parameters: queueName - the name of the Queue the QueueBrowser
Returns a QueueReceiver by its index or
null, if no such QueueReceiver is
present.
Parameters: index - the index of the QueueReceiver the QueueReceiver
Returns a QueueReceiver by the name of its
corresponding Queue. If there's more than
one QueueReceiver object for the specified name,
the first one will be returned.
Parameters: queueName - the name of the Queue the QueueReceiver
Returns a QueueSender by the name of its
corresponding Queue. If there's more than
one QueueSender object for the specified name,
the first one will be returned.
Parameters: queueName - the name of the Queue the QueueSender