public class CamelTopic extends CamelDestination implements javax.jms.Topic
Topic
object which refers to a Camel endpointConstructor and Description |
---|
CamelTopic(java.lang.String uri) |
Modifier and Type | Method and Description |
---|---|
javax.jms.TopicSubscriber |
createDurableSubscriber(ActiveMQSession session,
java.lang.String name,
java.lang.String messageSelector,
boolean noLocal) |
javax.jms.TopicPublisher |
createPublisher(ActiveMQSession session) |
java.lang.String |
getTopicName() |
createConsumer, createConsumer, createProducer, createReceiver, createSender, createSubscriber, getBinding, getCamelContext, getEndpoint, getUri, resolveCamelContext, resolveEndpoint, setBinding, setCamelContext, setEndpoint, setUri, toString
public java.lang.String getTopicName() throws javax.jms.JMSException
getTopicName
in interface javax.jms.Topic
javax.jms.JMSException
public javax.jms.TopicPublisher createPublisher(ActiveMQSession session) throws javax.jms.JMSException
createPublisher
in interface CustomDestination
createPublisher
in class CamelDestination
javax.jms.JMSException
public javax.jms.TopicSubscriber createDurableSubscriber(ActiveMQSession session, java.lang.String name, java.lang.String messageSelector, boolean noLocal)
createDurableSubscriber
in interface CustomDestination
createDurableSubscriber
in class CamelDestination
Copyright © 2005-2014 Red Hat, Inc.. All Rights Reserved.