Example usage for javax.jms TopicPublisher interface-usage

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

Introduction

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

Usage

From source file ch.algotrader.broker.JMSTopicPublisher.java

public class JMSTopicPublisher implements TopicPublisher<Object> {

    private final EventTypeCache eventTypeCache;
    private final ConcurrentMap<Class<?>, TopicRouter<?>> topicRouters;
    private final JmsTemplate template;