Uses of Class
org.apache.camel.component.jms.JmsEndpoint
-
Packages that use JmsEndpoint Package Description org.apache.camel.component.jms Defines the JMS Componentorg.apache.camel.component.jms.reply Logic implementing support for request/reply over JMS -
-
Uses of JmsEndpoint in org.apache.camel.component.jms
Subclasses of JmsEndpoint in org.apache.camel.component.jms Modifier and Type Class Description class
JmsQueueEndpoint
An endpoint for a JMS Queue which is also browsableclass
JmsTemporaryQueueEndpoint
A JMS Endpoint for working with aTemporaryQueue
class
JmsTemporaryTopicEndpoint
A JMS Endpoint for working with aTemporaryTopic
Methods in org.apache.camel.component.jms that return JmsEndpoint Modifier and Type Method Description protected JmsEndpoint
JmsComponent. createQueueEndpoint(String uri, JmsComponent component, String subject, JmsConfiguration configuration, QueueBrowseStrategy queueBrowseStrategy)
protected JmsEndpoint
JmsComponent. createTemporaryQueueEndpoint(String uri, JmsComponent component, String subject, JmsConfiguration configuration, QueueBrowseStrategy queueBrowseStrategy)
protected JmsEndpoint
JmsComponent. createTemporaryTopicEndpoint(String uri, JmsComponent component, String subject, JmsConfiguration configuration)
protected JmsEndpoint
JmsComponent. createTopicEndpoint(String uri, JmsComponent component, String subject, JmsConfiguration configuration)
JmsEndpoint
JmsConsumer. getEndpoint()
JmsEndpoint
JmsPollingConsumer. getEndpoint()
JmsEndpoint
JmsProducer. getEndpoint()
Methods in org.apache.camel.component.jms with parameters of type JmsEndpoint Modifier and Type Method Description org.springframework.jms.listener.AbstractMessageListenerContainer
JmsComponent. chooseMessageListenerContainerImplementation(JmsEndpoint endpoint)
org.springframework.jms.listener.AbstractMessageListenerContainer
JmsConfiguration. chooseMessageListenerContainerImplementation(JmsEndpoint endpoint)
void
JmsComponent. configureMessageListenerContainer(org.springframework.jms.listener.AbstractMessageListenerContainer container, JmsEndpoint endpoint)
protected void
JmsConfiguration. configureMessageListenerContainer(org.springframework.jms.listener.AbstractMessageListenerContainer container, JmsEndpoint endpoint)
org.springframework.jms.core.JmsOperations
JmsComponent. createInOnlyTemplate(JmsEndpoint endpoint, boolean pubSubDomain, String destination)
org.springframework.jms.core.JmsOperations
JmsConfiguration. createInOnlyTemplate(JmsEndpoint endpoint, boolean pubSubDomain, String destination)
Creates aJmsOperations
object used for one way messagingorg.springframework.jms.core.JmsOperations
JmsComponent. createInOutTemplate(JmsEndpoint endpoint, boolean pubSubDomain, String destination, long requestTimeout)
org.springframework.jms.core.JmsOperations
JmsConfiguration. createInOutTemplate(JmsEndpoint endpoint, boolean pubSubDomain, String destination, long requestTimeout)
Creates aJmsOperations
object used for request/response using a request timeout valueprotected void
JmsConsumer. createMessageListener(JmsEndpoint endpoint, org.apache.camel.Processor processor)
org.springframework.jms.listener.AbstractMessageListenerContainer
JmsComponent. createMessageListenerContainer(JmsEndpoint endpoint)
org.springframework.jms.listener.AbstractMessageListenerContainer
JmsConfiguration. createMessageListenerContainer(JmsEndpoint endpoint)
org.springframework.jms.listener.AbstractMessageListenerContainer
MessageListenerContainerFactory. createMessageListenerContainer(JmsEndpoint endpoint)
Create a customAbstractMessageListenerContainer
.int
JmsComponent. defaultCacheLevel(JmsEndpoint endpoint)
protected int
JmsConfiguration. defaultCacheLevel(JmsEndpoint endpoint)
Defaults the JMS cache level if none is explicitly specified.Constructors in org.apache.camel.component.jms with parameters of type JmsEndpoint Constructor Description DefaultJmsMessageListenerContainer(JmsEndpoint endpoint)
DefaultJmsMessageListenerContainer(JmsEndpoint endpoint, boolean allowQuickStop)
EndpointMessageListener(JmsConsumer consumer, JmsEndpoint endpoint, org.apache.camel.Processor processor)
JmsBinding(JmsEndpoint endpoint)
JmsConsumer(JmsEndpoint endpoint, org.apache.camel.Processor processor, org.springframework.jms.listener.AbstractMessageListenerContainer listenerContainer)
JmsPollingConsumer(JmsEndpoint endpoint, org.springframework.jms.core.JmsOperations template)
JmsProducer(JmsEndpoint endpoint)
SimpleJmsMessageListenerContainer(JmsEndpoint endpoint)
-
Uses of JmsEndpoint in org.apache.camel.component.jms.reply
Fields in org.apache.camel.component.jms.reply declared as JmsEndpoint Modifier and Type Field Description protected JmsEndpoint
ReplyManagerSupport. endpoint
Methods in org.apache.camel.component.jms.reply with parameters of type JmsEndpoint Modifier and Type Method Description void
ReplyManager. setEndpoint(JmsEndpoint endpoint)
Sets the belongingJmsEndpoint
.void
ReplyManagerSupport. setEndpoint(JmsEndpoint endpoint)
Constructors in org.apache.camel.component.jms.reply with parameters of type JmsEndpoint Constructor Description ExclusiveQueueMessageListenerContainer(JmsEndpoint endpoint)
SharedQueueMessageListenerContainer(JmsEndpoint endpoint, String fixedMessageSelector)
Use a fixed JMS message selectorSharedQueueMessageListenerContainer(JmsEndpoint endpoint, MessageSelectorCreator creator)
Use a dynamic JMS message selector
-