*
* @see hermes.browser.tasks.BrowseDestinationTask#createBrowser(javax.jms.Destination)
*/
protected QueueBrowser createBrowser(Destination destination, DestinationConfig dConfig) throws JMSException
{
return new RegexQueueBrowser(super.createBrowser(destination, dConfig), regex, false, true);
}