public class CamelTopic extends CamelDestination implements javax.jms.Topic
Topic object which refers to a Camel endpoint| Constructor and Description |
|---|
CamelTopic(String uri) |
| Modifier and Type | Method and Description |
|---|---|
javax.jms.TopicSubscriber |
createDurableSubscriber(org.apache.activemq.ActiveMQSession session,
String name,
String messageSelector,
boolean noLocal) |
javax.jms.TopicPublisher |
createPublisher(org.apache.activemq.ActiveMQSession session) |
String |
getTopicName() |
createConsumer, createConsumer, createProducer, createReceiver, createSender, createSubscriber, getBinding, getCamelContext, getEndpoint, getUri, resolveCamelContext, resolveEndpoint, setBinding, setCamelContext, setEndpoint, setUri, toStringpublic CamelTopic(String uri)
public String getTopicName() throws javax.jms.JMSException
getTopicName in interface javax.jms.Topicjavax.jms.JMSExceptionpublic javax.jms.TopicPublisher createPublisher(org.apache.activemq.ActiveMQSession session) throws javax.jms.JMSException
createPublisher in interface org.apache.activemq.CustomDestinationcreatePublisher in class CamelDestinationjavax.jms.JMSExceptionpublic javax.jms.TopicSubscriber createDurableSubscriber(org.apache.activemq.ActiveMQSession session, String name, String messageSelector, boolean noLocal)
createDurableSubscriber in interface org.apache.activemq.CustomDestinationcreateDurableSubscriber in class CamelDestinationCopyright © 2005–2019 FuseSource, Corp.. All rights reserved.