public class CamelQueue extends CamelDestination implements javax.jms.Queue
Queue object which refers to a Camel endpoint| Constructor and Description |
|---|
CamelQueue(String uri) |
| Modifier and Type | Method and Description |
|---|---|
javax.jms.QueueReceiver |
createReceiver(org.apache.activemq.ActiveMQSession session,
String messageSelector) |
javax.jms.QueueSender |
createSender(org.apache.activemq.ActiveMQSession session) |
String |
getQueueName() |
createConsumer, createConsumer, createDurableSubscriber, createProducer, createPublisher, createSubscriber, getBinding, getCamelContext, getEndpoint, getUri, resolveCamelContext, resolveEndpoint, setBinding, setCamelContext, setEndpoint, setUri, toStringpublic CamelQueue(String uri)
public String getQueueName() throws javax.jms.JMSException
getQueueName in interface javax.jms.Queuejavax.jms.JMSExceptionpublic javax.jms.QueueSender createSender(org.apache.activemq.ActiveMQSession session)
throws javax.jms.JMSException
createSender in interface org.apache.activemq.CustomDestinationcreateSender in class CamelDestinationjavax.jms.JMSExceptionpublic javax.jms.QueueReceiver createReceiver(org.apache.activemq.ActiveMQSession session,
String messageSelector)
createReceiver in interface org.apache.activemq.CustomDestinationcreateReceiver in class CamelDestinationCopyright © 2005-2015 The Apache Software Foundation. All Rights Reserved.