List of usage examples for javax.jms Queue interface-usage
From source file net.timewalker.ffmq4.local.destination.LocalQueue.java
/** * <p>Implementation for a local JMS {@link Queue}</p> */ public final class LocalQueue extends AbstractLocalDestination implements Queue, LocalQueueMBean, ActiveObject { private static final Log log = LogFactory.getLog(LocalQueue.class);