public class CamelTopic extends CamelDestination implements javax.jms.Topic
Topic object which refers to a Camel endpoint| Constructor 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, toStringpublic java.lang.String getTopicName()
throws javax.jms.JMSException
getTopicName in interface javax.jms.Topicjavax.jms.JMSExceptionpublic javax.jms.TopicPublisher createPublisher(ActiveMQSession session) throws javax.jms.JMSException
createPublisher in interface CustomDestinationcreatePublisher in class CamelDestinationjavax.jms.JMSExceptionpublic javax.jms.TopicSubscriber createDurableSubscriber(ActiveMQSession session, java.lang.String name, java.lang.String messageSelector, boolean noLocal)
createDurableSubscriber in interface CustomDestinationcreateDurableSubscriber in class CamelDestinationCopyright © 2005-2013 Red Hat, Inc.. All Rights Reserved.