Example usage for javax.jms Topic interface-usage

List of usage examples for javax.jms Topic interface-usage

Introduction

In this page you can find the example usage for javax.jms Topic interface-usage.

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);