/* (non-Javadoc)
* @see hermes.browser.tasks.BrowseDestinationTask#createBrowser(javax.jms.Destination)
*/
protected QueueBrowser createBrowser(Destination destination, DestinationConfig dConfig) throws JMSException
{
return new StringSearchQueueBrowser(super.createBrowser(destination, dConfig), string, false, searchUserHeader) ;
}