Package org.apache.camel.component.jms
Defines the JMS Component
-
Interface Summary Interface Description DestinationEndpoint An optional interface that aJmsEndpointmay implement to return the underlyingDestinationobjectJmsBrowsableEndpoint JMS endpoint which is browsable.JmsKeyFormatStrategy Strategy for applying encoding and decoding of JMS headers so they apply to the JMS spec.MessageCreatedStrategy A strategy that allows custom components to plugin and perform custom logic when Camel createsMessageinstance.MessageListenerContainerFactory Factory used to create a customAbstractMessageListenerContainerto be used in JMS endpoints.MessageSentCallback Callback when aMessagehas been sent.QueueBrowseStrategy -
Class Summary Class Description DefaultJmsKeyFormatStrategy Default strategy that handles dots and hyphens.DefaultJmsMessageListenerContainer The defaultcontainerwhich listen for messages on the JMS destination.DefaultQueueBrowseStrategy A default implementation of queue browsing using the SpringBrowserCallbackDefaultSpringErrorHandler A default SpringErrorHandlerthat logs the exception, according to configuration options.EndpointMessageListener A JMSMessageListenerwhich can be used to delegate processing to a Camel endpoint.InOnlyMessageSentCallback MessageSentCallbackused to enrich the CamelExchangewith the actual JMSMessageID after sending to a JMS Destination usingExchangePattern.InOnlystyle.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 AConsumerwhich uses Spring'sAbstractMessageListenerContainerimplementations 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 JmsMessage Represents aMessagefor working with JMSJmsMessageHelper Utility class forMessage.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 browsableJmsSendDynamicAware JMS basedSendDynamicAwarewhich allows to optimise JMS components with the toD (dynamic to) DSL in Camel.JmsTemporaryQueueEndpoint A JMS Endpoint for working with aTemporaryQueueJmsTemporaryTopicEndpoint A JMS Endpoint for working with aTemporaryTopicPassThroughJmsKeyFormatStrategy A strategy that does not do any encoding or decoding, eg.SimpleJmsMessageListenerContainer The simplecontainerwhich listen for messages on the JMS destination.StreamMessageInputStream -
Enum Summary Enum Description ConsumerType DefaultTaskExecutorType Hints what type of default task executor ourDefaultJmsMessageListenerContainershould use.JmsMessageType Enum for differentMessagetypes.ReplyToType Types for replyTo queues