throw new HermesException("Not Implemented");
}
public QueueBrowser visit(MessageFactory factory, Destination d, HeaderPolicy headerPolicy) throws JMSException {
File file = new File(fileName);
return new FileQueueBrowser(factory, new FileQueue(file));
}