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 classJmsQueueEndpointAn endpoint for a JMS Queue which is also browsableclassJmsTemporaryQueueEndpointA JMS Endpoint for working with aTemporaryQueueclassJmsTemporaryTopicEndpointA JMS Endpoint for working with aTemporaryTopicMethods in org.apache.camel.component.jms that return JmsEndpoint Modifier and Type Method Description protected JmsEndpointJmsComponent. createQueueEndpoint(String uri, JmsComponent component, String subject, JmsConfiguration configuration, QueueBrowseStrategy queueBrowseStrategy)protected JmsEndpointJmsComponent. createTemporaryQueueEndpoint(String uri, JmsComponent component, String subject, JmsConfiguration configuration, QueueBrowseStrategy queueBrowseStrategy)protected JmsEndpointJmsComponent. createTemporaryTopicEndpoint(String uri, JmsComponent component, String subject, JmsConfiguration configuration)protected JmsEndpointJmsComponent. createTopicEndpoint(String uri, JmsComponent component, String subject, JmsConfiguration configuration)JmsEndpointJmsConsumer. getEndpoint()JmsEndpointJmsPollingConsumer. getEndpoint()JmsEndpointJmsProducer. getEndpoint()Methods in org.apache.camel.component.jms with parameters of type JmsEndpoint Modifier and Type Method Description org.springframework.jms.listener.AbstractMessageListenerContainerJmsComponent. chooseMessageListenerContainerImplementation(JmsEndpoint endpoint)org.springframework.jms.listener.AbstractMessageListenerContainerJmsConfiguration. chooseMessageListenerContainerImplementation(JmsEndpoint endpoint)Deprecated.org.springframework.jms.listener.AbstractMessageListenerContainerJmsConfiguration. chooseMessageListenerContainerImplementation(JmsEndpoint endpoint, ConsumerType type)voidJmsComponent. configureMessageListenerContainer(org.springframework.jms.listener.AbstractMessageListenerContainer container, JmsEndpoint endpoint)protected voidJmsConfiguration. configureMessageListenerContainer(org.springframework.jms.listener.AbstractMessageListenerContainer container, JmsEndpoint endpoint)org.springframework.jms.core.JmsOperationsJmsComponent. createInOnlyTemplate(JmsEndpoint endpoint, boolean pubSubDomain, String destination)org.springframework.jms.core.JmsOperationsJmsConfiguration. createInOnlyTemplate(JmsEndpoint endpoint, boolean pubSubDomain, String destination)Creates aJmsOperationsobject used for one way messagingorg.springframework.jms.core.JmsOperationsJmsComponent. createInOutTemplate(JmsEndpoint endpoint, boolean pubSubDomain, String destination, long requestTimeout)org.springframework.jms.core.JmsOperationsJmsConfiguration. createInOutTemplate(JmsEndpoint endpoint, boolean pubSubDomain, String destination, long requestTimeout)Creates aJmsOperationsobject used for request/response using a request timeout valueprotected voidJmsConsumer. createMessageListener(JmsEndpoint endpoint, org.apache.camel.Processor processor)org.springframework.jms.listener.AbstractMessageListenerContainerJmsComponent. createMessageListenerContainer(JmsEndpoint endpoint)org.springframework.jms.listener.AbstractMessageListenerContainerJmsConfiguration. createMessageListenerContainer(JmsEndpoint endpoint)org.springframework.jms.listener.AbstractMessageListenerContainerMessageListenerContainerFactory. createMessageListenerContainer(JmsEndpoint endpoint)Create a customAbstractMessageListenerContainer.intJmsComponent. defaultCacheLevel(JmsEndpoint endpoint)protected intJmsConfiguration. 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 JmsEndpointReplyManagerSupport. endpointMethods in org.apache.camel.component.jms.reply with parameters of type JmsEndpoint Modifier and Type Method Description voidReplyManager. setEndpoint(JmsEndpoint endpoint)Sets the belongingJmsEndpoint.voidReplyManagerSupport. setEndpoint(JmsEndpoint endpoint)protected static voidReplyManagerSupport. setupClientId(JmsEndpoint endpoint, org.springframework.jms.listener.DefaultMessageListenerContainer answer)Constructors in org.apache.camel.component.jms.reply with parameters of type JmsEndpoint Constructor Description ExclusiveQueueMessageListenerContainer(JmsEndpoint endpoint)ExclusiveQueueSimpleMessageListenerContainer(JmsEndpoint endpoint)SharedQueueMessageListenerContainer(JmsEndpoint endpoint, String fixedMessageSelector)Use a fixed JMS message selectorSharedQueueMessageListenerContainer(JmsEndpoint endpoint, MessageSelectorCreator creator)Use a dynamic JMS message selectorSharedQueueSimpleMessageListenerContainer(JmsEndpoint endpoint, String fixedMessageSelector)Use a fixed JMS message selectorSharedQueueSimpleMessageListenerContainer(JmsEndpoint endpoint, MessageSelectorCreator creator)Use a dynamic JMS message selector
-