All Classes
-
All Classes Interface Summary Class Summary Enum Summary Class Description ConsumerType DefaultJmsKeyFormatStrategy Default strategy that handles dots and hyphens.DefaultJmsMessageListenerContainer The defaultcontainer
which listen for messages on the JMS destination.DefaultQueueBrowseStrategy A default implementation of queue browsing using the SpringBrowserCallback
DefaultSpringErrorHandler A default SpringErrorHandler
that logs the exception, according to configuration options.DefaultTaskExecutorType Hints what type of default task executor ourDefaultJmsMessageListenerContainer
should use.DestinationEndpoint An optional interface that aJmsEndpoint
may implement to return the underlyingDestination
objectEndpointMessageListener A JMSMessageListener
which can be used to delegate processing to a Camel endpoint.ExclusiveQueueMessageListenerContainer ThisDefaultMessageListenerContainer
is used for reply queues which are exclusive.InOnlyMessageSentCallback MessageSentCallback
used to enrich the CamelExchange
with the actual JMSMessageID after sending to a JMS Destination usingExchangePattern.InOnly
style.JmsBinding JmsComponent JMS component which uses Spring JMS.JmsComponentConfigurer Generated by camel build tools - do NOT edit this file!JmsConfiguration JmsConfiguration.CamelJmsTemplate JmsConstants JMS constantsJmsConsumer AConsumer
which uses Spring'sAbstractMessageListenerContainer
implementations to consume JMS messages.JmsEndpoint Sent and receive messages to/from a JMS Queue or Topic.JmsEndpointConfigurer Generated by camel build tools - do NOT edit this file!JmsEndpointUriFactory Generated by camel build tools - do NOT edit this file!JmsHeaderFilterStrategy JmsKeyFormatStrategy Strategy for applying encoding and decoding of JMS headers so they apply to the JMS spec.JmsMessage Represents aMessage
for working with JMSJmsMessageHelper Utility class forMessage
.JmsMessageType Enum for differentMessage
types.JmsPollingConsumer A JMSPollingConsumer
.JmsProducer JmsProviderMetadata A class which represents some metadata about the underlying JMS provider so that we can properly bridge JMS providers such as for dealing with temporary destinations.JmsQueueEndpoint An endpoint for a JMS Queue which is also browsableJmsTemporaryQueueEndpoint A JMS Endpoint for working with aTemporaryQueue
JmsTemporaryTopicEndpoint A JMS Endpoint for working with aTemporaryTopic
MessageCreatedStrategy A strategy that allows custom components to plugin and perform custom logic when Camel createsMessage
instance.MessageListenerContainerFactory Factory used to create a customAbstractMessageListenerContainer
to be used in JMS endpoints.MessageSelectorCreator A creator which can build the JMS message selector query string to use with a shared reply-to queue, so we can select the correct messages we expect as replies.MessageSentCallback Callback when aMessage
has been sent.PassThroughJmsKeyFormatStrategy A strategy that does not do any encoding or decoding, eg.QueueBrowseStrategy QueueReplyHandler ReplyHandler
to handle processing replies when using regular queues.QueueReplyManager AReplyManager
when using regular queues.ReplyHandler Handles a reply.ReplyHolder Holder which contains theExchange
andAsyncCallback
to be used when the reply arrives, so we can set the reply on theExchange
and continue routing using the callback.ReplyManager TheReplyManager
is responsible for handling request-reply over JMS.ReplyManagerSupport Base class forReplyManager
implementations.ReplyToType Types for replyTo queuesSharedQueueMessageListenerContainer ThisDefaultMessageListenerContainer
is used for reply queues which are shared.SimpleJmsMessageListenerContainer The simplecontainer
which listen for messages on the JMS destination.StreamMessageInputStream TemporaryQueueReplyHandler ReplyHandler
to handle processing replies when using temporary queues.TemporaryQueueReplyManager AReplyManager
when using temporary queues.UseMessageIdAsCorrelationIdMessageSentCallback Callback to be used when using the option useMessageIDAsCorrelationID.