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