List of usage examples for javax.jms TopicPublisher interface-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;