Skip navigation links
Camel :: JMS 2.21.0.fuse-731003-redhat-00003
A B C D E G H I J L M N O P Q R S T U V W 

A

appendJmsProperties(Message, Exchange) - Method in class org.apache.camel.component.jms.JmsBinding
Appends the JMS headers from the Camel JmsMessage
appendJmsProperties(Message, Exchange, Message) - Method in class org.apache.camel.component.jms.JmsBinding
Appends the JMS headers from the Camel JmsMessage
appendJmsProperty(Message, Exchange, Message, String, Object) - Method in class org.apache.camel.component.jms.JmsBinding
 
available() - Method in class org.apache.camel.component.jms.StreamMessageInputStream
 

B

browse(JmsOperations, String, JmsQueueEndpoint) - Method in class org.apache.camel.component.jms.DefaultQueueBrowseStrategy
 
browse(JmsOperations, String, JmsQueueEndpoint) - Method in interface org.apache.camel.component.jms.QueueBrowseStrategy
 

C

callback - Variable in class org.apache.camel.component.jms.reply.TemporaryQueueReplyHandler
 
camelContext - Variable in class org.apache.camel.component.jms.reply.ReplyManagerSupport
 
CamelJmsTemplate(JmsConfiguration, ConnectionFactory) - Constructor for class org.apache.camel.component.jms.JmsConfiguration.CamelJmsTemplate
 
chooseMessageListenerContainerImplementation(JmsEndpoint) - Method in class org.apache.camel.component.jms.JmsConfiguration
 
configuredQoS() - Method in class org.apache.camel.component.jms.JmsConfiguration
When one of the QoS properties are configured such as JmsConfiguration.setDeliveryPersistent(boolean), JmsConfiguration.setPriority(int) or JmsConfiguration.setTimeToLive(long) then we should auto default the setting of JmsConfiguration.setExplicitQosEnabled(boolean) if its not been configured yet
configureListenerContainer(AbstractMessageListenerContainer, JmsConsumer) - Method in class org.apache.camel.component.jms.JmsEndpoint
 
configureMessageListener(EndpointMessageListener) - Method in class org.apache.camel.component.jms.JmsConfiguration
 
configureMessageListenerContainer(AbstractMessageListenerContainer, JmsEndpoint) - Method in class org.apache.camel.component.jms.JmsConfiguration
 
ConsumerType - Enum in org.apache.camel.component.jms
 
convertPathToActualDestination(String, Map<String, Object>) - Method in class org.apache.camel.component.jms.JmsComponent
A strategy method allowing the URI destination to be translated into the actual JMS destination name (say by looking up in JNDI or something)
copy() - Method in class org.apache.camel.component.jms.JmsConfiguration
Returns a copy of this configuration
copyFrom(Message) - Method in class org.apache.camel.component.jms.JmsMessage
 
correlation - Variable in class org.apache.camel.component.jms.reply.ReplyManagerSupport
 
correlationId - Variable in class org.apache.camel.component.jms.reply.TemporaryQueueReplyHandler
 
correlationIds - Variable in class org.apache.camel.component.jms.reply.MessageSelectorCreator
 
CorrelationListener - Interface in org.apache.camel.component.jms.reply
Listener for events when correlation id's changes.
correlationProperty - Variable in class org.apache.camel.component.jms.reply.ReplyManagerSupport
 
CorrelationTimeoutMap - Class in org.apache.camel.component.jms.reply
A TimeoutMap which is used to track reply messages which has been timed out, and thus should trigger the waiting Exchange to timeout as well.
CorrelationTimeoutMap(ScheduledExecutorService, long, ExecutorService) - Constructor for class org.apache.camel.component.jms.reply.CorrelationTimeoutMap
 
createBinding() - Method in class org.apache.camel.component.jms.JmsEndpoint
Creates the JmsBinding to use.
createBody() - Method in class org.apache.camel.component.jms.JmsMessage
 
createByteArrayFromBytesMessage(Exchange, BytesMessage) - Method in class org.apache.camel.component.jms.JmsBinding
 
createConfiguration() - Method in class org.apache.camel.component.jms.JmsComponent
Factory method to create the default configuration instance
createConnectionFactory() - Method in class org.apache.camel.component.jms.JmsConfiguration
Factory method which allows derived classes to customize the lazy creation
createConsumer(Processor) - Method in class org.apache.camel.component.jms.JmsEndpoint
 
createConsumer(Processor, AbstractMessageListenerContainer) - Method in class org.apache.camel.component.jms.JmsEndpoint
Creates a consumer using the given processor and listener container
createDefaultTaskExecutor() - Method in class org.apache.camel.component.jms.DefaultJmsMessageListenerContainer
Create a default TaskExecutor.
createDestinationResolver(DestinationEndpoint) - Static method in class org.apache.camel.component.jms.JmsConfiguration
 
createEndpoint(String, String, Map<String, Object>) - Method in class org.apache.camel.component.jms.JmsComponent
 
createEndpointUri() - Method in class org.apache.camel.component.jms.JmsEndpoint
 
createExchange(Message, Session, Object) - Method in class org.apache.camel.component.jms.EndpointMessageListener
 
createExchange(ExchangePattern) - Method in class org.apache.camel.component.jms.JmsEndpoint
 
createExchange(Message, Session) - Method in class org.apache.camel.component.jms.JmsEndpoint
 
createInOnlyTemplate(JmsEndpoint, boolean, String) - Method in class org.apache.camel.component.jms.JmsConfiguration
Creates a JmsOperations object used for one way messaging
createInOnlyTemplate() - Method in class org.apache.camel.component.jms.JmsEndpoint
Factory method for creating a new template for InOnly message exchanges
createInOutTemplate(JmsEndpoint, boolean, String, long) - Method in class org.apache.camel.component.jms.JmsConfiguration
Creates a JmsOperations object used for request/response using a request timeout value
createInOutTemplate() - Method in class org.apache.camel.component.jms.JmsEndpoint
Factory method for creating a new template for InOut message exchanges
createInputStreamFromStreamMessage(Exchange, StreamMessage) - Method in class org.apache.camel.component.jms.JmsBinding
 
createJmsDestination(Session) - Method in class org.apache.camel.component.jms.JmsTemporaryQueueEndpoint
 
createJmsDestination(Session) - Method in class org.apache.camel.component.jms.JmsTemporaryTopicEndpoint
 
createJmsMessage(Exception, Session) - Method in class org.apache.camel.component.jms.JmsBinding
 
createJmsMessage(Exchange, Message, Session, CamelContext) - Method in class org.apache.camel.component.jms.JmsBinding
 
createJmsMessage(Exchange, Object, Map<String, Object>, Session, CamelContext) - Method in class org.apache.camel.component.jms.JmsBinding
 
createJmsMessageForType(Exchange, Object, Map<String, Object>, Session, CamelContext, JmsMessageType) - Method in class org.apache.camel.component.jms.JmsBinding
Create the Message
createListenerConnectionFactory() - Method in class org.apache.camel.component.jms.JmsConfiguration
Factory method which allows derived classes to customize the lazy creation
createListenerContainer() - Method in class org.apache.camel.component.jms.reply.QueueReplyManager
 
createListenerContainer() - Method in class org.apache.camel.component.jms.reply.ReplyManagerSupport
 
createListenerContainer() - Method in class org.apache.camel.component.jms.reply.TemporaryQueueReplyManager
 
createMapFromMapMessage(MapMessage) - Method in class org.apache.camel.component.jms.JmsBinding
Extracts a Map from a MapMessage
createMessageId() - Method in class org.apache.camel.component.jms.JmsMessage
 
createMessageListener(JmsEndpoint, Processor) - Method in class org.apache.camel.component.jms.JmsConsumer
 
createMessageListenerContainer(JmsEndpoint) - Method in class org.apache.camel.component.jms.JmsConfiguration
 
createMessageListenerContainer() - Method in class org.apache.camel.component.jms.JmsConsumer
 
createMessageListenerContainer() - Method in class org.apache.camel.component.jms.JmsEndpoint
 
createMessageListenerContainer(JmsEndpoint) - Method in interface org.apache.camel.component.jms.MessageListenerContainerFactory
Create a custom AbstractMessageListenerContainer.
createPollingConsumer() - Method in class org.apache.camel.component.jms.JmsEndpoint
 
createProducer() - Method in class org.apache.camel.component.jms.JmsEndpoint
 
createQueueBrowseStrategy() - Method in class org.apache.camel.component.jms.JmsQueueEndpoint
 
createQueueEndpoint(String, JmsComponent, String, JmsConfiguration, QueueBrowseStrategy) - Method in class org.apache.camel.component.jms.JmsComponent
 
createReplyHandler(ReplyManager, Exchange, AsyncCallback, String, String, long) - Method in class org.apache.camel.component.jms.reply.QueueReplyManager
 
createReplyHandler(ReplyManager, Exchange, AsyncCallback, String, String, long) - Method in class org.apache.camel.component.jms.reply.ReplyManagerSupport
 
createReplyHandler(ReplyManager, Exchange, AsyncCallback, String, String, long) - Method in class org.apache.camel.component.jms.reply.TemporaryQueueReplyManager
 
createReplyManager() - Method in class org.apache.camel.component.jms.JmsProducer
 
createReplyManager(String) - Method in class org.apache.camel.component.jms.JmsProducer
 
createTemplateConnectionFactory() - Method in class org.apache.camel.component.jms.JmsConfiguration
Factory method which allows derived classes to customize the lazy creation
createTemporaryQueueEndpoint(String, JmsComponent, String, JmsConfiguration, QueueBrowseStrategy) - Method in class org.apache.camel.component.jms.JmsComponent
 
createTemporaryTopicEndpoint(String, JmsComponent, String, JmsConfiguration) - Method in class org.apache.camel.component.jms.JmsComponent
 
createTopicEndpoint(String, JmsComponent, String, JmsConfiguration) - Method in class org.apache.camel.component.jms.JmsComponent
 
createTransactionManager() - Method in class org.apache.camel.component.jms.JmsConfiguration
Factory method which which allows derived classes to customize the lazy transaction manager creation

D

decodeKey(String) - Method in class org.apache.camel.component.jms.DefaultJmsKeyFormatStrategy
 
decodeKey(String) - Method in interface org.apache.camel.component.jms.JmsKeyFormatStrategy
Decodes the key after its received from a Message message.
decodeKey(String) - Method in class org.apache.camel.component.jms.PassThroughJmsKeyFormatStrategy
 
defaultCacheLevel(JmsEndpoint) - Method in class org.apache.camel.component.jms.JmsConfiguration
Defaults the JMS cache level if none is explicitly specified.
DefaultJmsKeyFormatStrategy - Class in org.apache.camel.component.jms
Default strategy that handles dots and hyphens.
DefaultJmsKeyFormatStrategy() - Constructor for class org.apache.camel.component.jms.DefaultJmsKeyFormatStrategy
 
DefaultJmsMessageListenerContainer - Class in org.apache.camel.component.jms
The default container which listen for messages on the JMS destination.
DefaultJmsMessageListenerContainer(JmsEndpoint) - Constructor for class org.apache.camel.component.jms.DefaultJmsMessageListenerContainer
 
DefaultJmsMessageListenerContainer(JmsEndpoint, boolean) - Constructor for class org.apache.camel.component.jms.DefaultJmsMessageListenerContainer
 
DefaultQueueBrowseStrategy - Class in org.apache.camel.component.jms
A default implementation of queue browsing using the Spring BrowserCallback
DefaultQueueBrowseStrategy() - Constructor for class org.apache.camel.component.jms.DefaultQueueBrowseStrategy
 
DefaultSpringErrorHandler - Class in org.apache.camel.component.jms
A default Spring ErrorHandler that logs the exception, according to configuration options.
DefaultSpringErrorHandler(CamelContext, Class<?>, LoggingLevel, boolean) - Constructor for class org.apache.camel.component.jms.DefaultSpringErrorHandler
 
DefaultTaskExecutorType - Enum in org.apache.camel.component.jms
Hints what type of default task executor our DefaultJmsMessageListenerContainer should use.
DestinationEndpoint - Interface in org.apache.camel.component.jms
An optional interface that a JmsEndpoint may implement to return the underlying Destination object
destroy() - Method in class org.apache.camel.component.jms.DefaultJmsMessageListenerContainer
 
determineCorrelationId(Message) - Method in class org.apache.camel.component.jms.EndpointMessageListener
Strategy to determine which correlation id to use among JMSMessageID and JMSCorrelationID.
determineCorrelationId(Message, String) - Method in class org.apache.camel.component.jms.JmsProducer
Strategy to determine which correlation id to use among JMSMessageID and JMSCorrelationID.
dirty - Variable in class org.apache.camel.component.jms.reply.MessageSelectorCreator
 
doResume() - Method in class org.apache.camel.component.jms.JmsConsumer
 
doSend(MessageProducer, Message) - Method in class org.apache.camel.component.jms.JmsConfiguration.CamelJmsTemplate
Override so we can support preserving the Qos settings that have been set on the message.
doSend(boolean, String, Destination, MessageCreator, MessageSentCallback) - Method in class org.apache.camel.component.jms.JmsProducer
Sends the message using the JmsTemplate.
doShutdown() - Method in class org.apache.camel.component.jms.JmsComponent
 
doStart() - Method in class org.apache.camel.component.jms.JmsComponent
 
doStart() - Method in class org.apache.camel.component.jms.JmsConsumer
 
doStart() - Method in class org.apache.camel.component.jms.JmsPollingConsumer
 
doStart() - Method in class org.apache.camel.component.jms.JmsProducer
 
doStart() - Method in class org.apache.camel.component.jms.reply.ReplyManagerSupport
 
doStop() - Method in class org.apache.camel.component.jms.JmsConsumer
 
doStop() - Method in class org.apache.camel.component.jms.JmsPollingConsumer
 
doStop() - Method in class org.apache.camel.component.jms.JmsProducer
 
doStop() - Method in class org.apache.camel.component.jms.reply.ReplyManagerSupport
 
doSuspend() - Method in class org.apache.camel.component.jms.JmsConsumer
 

E

encodeKey(String) - Method in class org.apache.camel.component.jms.DefaultJmsKeyFormatStrategy
 
encodeKey(String) - Method in interface org.apache.camel.component.jms.JmsKeyFormatStrategy
Encodes the key before its sent as a Message message.
encodeKey(String) - Method in class org.apache.camel.component.jms.PassThroughJmsKeyFormatStrategy
 
endpoint - Variable in class org.apache.camel.component.jms.reply.ReplyManagerSupport
 
EndpointMessageListener - Class in org.apache.camel.component.jms
A JMS MessageListener which can be used to delegate processing to a Camel endpoint.
EndpointMessageListener(JmsEndpoint, Processor) - Constructor for class org.apache.camel.component.jms.EndpointMessageListener
 
ensureInitialHeaders() - Method in class org.apache.camel.component.jms.JmsMessage
Ensure that the headers have been populated from the underlying JMS message before we start mutating the headers
exchange - Variable in class org.apache.camel.component.jms.reply.TemporaryQueueReplyHandler
 
ExclusiveQueueMessageListenerContainer - Class in org.apache.camel.component.jms.reply
This DefaultMessageListenerContainer is used for reply queues which are exclusive.
ExclusiveQueueMessageListenerContainer(JmsEndpoint) - Constructor for class org.apache.camel.component.jms.reply.ExclusiveQueueMessageListenerContainer
 
executorService - Variable in class org.apache.camel.component.jms.reply.ReplyManagerSupport
 
expression - Variable in class org.apache.camel.component.jms.reply.MessageSelectorCreator
 
extractBodyFromJms(Exchange, Message) - Method in class org.apache.camel.component.jms.JmsBinding
Extracts the body from the JMS message
extractHeadersFromJms(Message, Exchange) - Method in class org.apache.camel.component.jms.JmsBinding
 

G

get(String) - Method in class org.apache.camel.component.jms.reply.CorrelationTimeoutMap
 
get() - Method in class org.apache.camel.component.jms.reply.MessageSelectorCreator
 
getAcknowledgementMode() - Method in class org.apache.camel.component.jms.JmsConfiguration
 
getAcknowledgementMode() - Method in class org.apache.camel.component.jms.JmsEndpoint
 
getAcknowledgementModeName() - Method in class org.apache.camel.component.jms.JmsConfiguration
 
getAcknowledgementModeName() - Method in class org.apache.camel.component.jms.JmsEndpoint
 
getAllowAdditionalHeaders() - Method in class org.apache.camel.component.jms.JmsConfiguration
 
getAllowAdditionalHeaders() - Method in class org.apache.camel.component.jms.JmsEndpoint
 
getAsyncStartStopExecutorService() - Method in class org.apache.camel.component.jms.JmsComponent
 
getAsyncStartStopExecutorService() - Method in class org.apache.camel.component.jms.JmsEndpoint
 
getBinding() - Method in class org.apache.camel.component.jms.EndpointMessageListener
 
getBinding() - Method in class org.apache.camel.component.jms.JmsEndpoint
 
getBinding() - Method in class org.apache.camel.component.jms.JmsMessage
 
getCacheLevel() - Method in class org.apache.camel.component.jms.JmsConfiguration
 
getCacheLevel() - Method in class org.apache.camel.component.jms.JmsEndpoint
 
getCacheLevelName() - Method in class org.apache.camel.component.jms.JmsConfiguration
 
getCacheLevelName() - Method in class org.apache.camel.component.jms.JmsEndpoint
 
getCallback() - Method in class org.apache.camel.component.jms.reply.ReplyHolder
 
getClientId() - Method in class org.apache.camel.component.jms.JmsConfiguration
 
getClientId() - Method in class org.apache.camel.component.jms.JmsEndpoint
 
getComponent() - Method in class org.apache.camel.component.jms.JmsEndpoint
 
getConcurrentConsumers() - Method in class org.apache.camel.component.jms.JmsConfiguration
 
getConcurrentConsumers() - Method in class org.apache.camel.component.jms.JmsEndpoint
 
getConfiguration() - Method in class org.apache.camel.component.jms.JmsComponent
 
getConfiguration() - Method in class org.apache.camel.component.jms.JmsEndpoint
 
getConnectionFactory() - Method in class org.apache.camel.component.jms.JmsConfiguration
 
getConnectionFactory() - Method in class org.apache.camel.component.jms.JmsEndpoint
 
getConsumerType() - Method in class org.apache.camel.component.jms.JmsConfiguration
 
getCorrelationId() - Method in class org.apache.camel.component.jms.reply.ReplyHolder
Gets the correlation id
getCorrelationProperty() - Method in class org.apache.camel.component.jms.JmsConfiguration
 
getDefaultTaskExecutorType() - Method in class org.apache.camel.component.jms.JmsConfiguration
 
getDefaultTaskExecutorType() - Method in class org.apache.camel.component.jms.JmsEndpoint
 
getDeliveryMode() - Method in class org.apache.camel.component.jms.JmsConfiguration
 
getDeliveryMode() - Method in class org.apache.camel.component.jms.JmsEndpoint
 
getDestination() - Method in class org.apache.camel.component.jms.JmsEndpoint
 
getDestinationName() - Method in class org.apache.camel.component.jms.JmsEndpoint
 
getDestinationResolver() - Method in class org.apache.camel.component.jms.JmsConfiguration
 
getDestinationResolver() - Method in class org.apache.camel.component.jms.JmsEndpoint
 
getDestinationType() - Method in class org.apache.camel.component.jms.JmsEndpoint
 
getDurableSubscriptionName() - Method in class org.apache.camel.component.jms.JmsConfiguration
 
getDurableSubscriptionName() - Method in class org.apache.camel.component.jms.JmsEndpoint
 
getEndpoint() - Method in class org.apache.camel.component.jms.JmsConsumer
 
getEndpoint() - Method in class org.apache.camel.component.jms.JmsPollingConsumer
 
getEndpoint() - Method in class org.apache.camel.component.jms.JmsProducer
 
getEndpointConfiguredDestinationName() - Method in class org.apache.camel.component.jms.JmsEndpoint
Gets the destination name which was configured from the endpoint uri.
getEndpointMessageListener() - Method in class org.apache.camel.component.jms.JmsConsumer
 
getErrorHandler() - Method in class org.apache.camel.component.jms.JmsConfiguration
 
getErrorHandler() - Method in class org.apache.camel.component.jms.JmsEndpoint
 
getErrorHandlerLoggingLevel() - Method in class org.apache.camel.component.jms.JmsConfiguration
 
getErrorHandlerLoggingLevel() - Method in class org.apache.camel.component.jms.JmsEndpoint
 
getExceptionListener() - Method in class org.apache.camel.component.jms.JmsConfiguration
 
getExceptionListener() - Method in class org.apache.camel.component.jms.JmsEndpoint
 
getExchange() - Method in class org.apache.camel.component.jms.reply.ReplyHolder
 
getExchanges() - Method in class org.apache.camel.component.jms.JmsQueueEndpoint
 
getHeader(String) - Method in class org.apache.camel.component.jms.JmsMessage
 
getHeaderFilterStrategy() - Method in class org.apache.camel.component.jms.JmsEndpoint
 
getHeaders() - Method in class org.apache.camel.component.jms.JmsMessage
 
getIdleConsumerLimit() - Method in class org.apache.camel.component.jms.JmsConfiguration
 
getIdleConsumerLimit() - Method in class org.apache.camel.component.jms.JmsEndpoint
 
getIdleTaskExecutionLimit() - Method in class org.apache.camel.component.jms.JmsConfiguration
 
getIdleTaskExecutionLimit() - Method in class org.apache.camel.component.jms.JmsEndpoint
 
getInOnlyTemplate() - Method in class org.apache.camel.component.jms.JmsProducer
 
getInOutTemplate() - Method in class org.apache.camel.component.jms.JmsProducer
 
getJMSCorrelationIDAsBytes(Message) - Static method in class org.apache.camel.component.jms.JmsMessageHelper
Gets the JMSCorrelationIDAsBytes from the message.
getJmsDestination(Session) - Method in interface org.apache.camel.component.jms.DestinationEndpoint
 
getJMSDestination(Message) - Static method in class org.apache.camel.component.jms.JmsMessageHelper
Gets the JMSDestination from the message.
getJmsDestination(Session) - Method in class org.apache.camel.component.jms.JmsTemporaryQueueEndpoint
 
getJmsDestination(Session) - Method in class org.apache.camel.component.jms.JmsTemporaryTopicEndpoint
 
getJmsKeyFormatStrategy() - Method in class org.apache.camel.component.jms.JmsConfiguration
 
getJmsKeyFormatStrategy() - Method in class org.apache.camel.component.jms.JmsEndpoint
 
getJmsMessage() - Method in class org.apache.camel.component.jms.JmsMessage
Returns the underlying JMS message
getJMSMessageID(Message) - Static method in class org.apache.camel.component.jms.JmsMessageHelper
Gets the JMSMessageID from the message.
getJmsMessageType() - Method in class org.apache.camel.component.jms.JmsConfiguration
 
getJmsMessageType() - Method in class org.apache.camel.component.jms.JmsEndpoint
 
getJMSMessageTypeForBody(Exchange, Object, Map<String, Object>, Session, CamelContext) - Method in class org.apache.camel.component.jms.JmsBinding
Return the JmsMessageType
getJmsOperations() - Method in class org.apache.camel.component.jms.JmsConfiguration
 
getJmsOperations() - Method in class org.apache.camel.component.jms.JmsEndpoint
 
getJMSRedelivered(Message) - Static method in class org.apache.camel.component.jms.JmsMessageHelper
Gets the JMSRedelivered from the message.
getJMSReplyTo(Message) - Static method in class org.apache.camel.component.jms.JmsMessageHelper
Gets the JMSReplyTo from the message.
getJmsSession() - Method in class org.apache.camel.component.jms.JmsMessage
Returns the underlying JMS session.
getJMSType(Message) - Static method in class org.apache.camel.component.jms.JmsMessageHelper
Gets the JMSType from the message.
getListenerConnectionFactory() - Method in class org.apache.camel.component.jms.JmsConfiguration
 
getListenerConnectionFactory() - Method in class org.apache.camel.component.jms.JmsEndpoint
 
getListenerContainer() - Method in class org.apache.camel.component.jms.JmsConsumer
 
getMaxConcurrentConsumers() - Method in class org.apache.camel.component.jms.JmsConfiguration
 
getMaxConcurrentConsumers() - Method in class org.apache.camel.component.jms.JmsEndpoint
 
getMaximumBrowseSize() - Method in class org.apache.camel.component.jms.JmsQueueEndpoint
 
getMaxMessagesPerTask() - Method in class org.apache.camel.component.jms.JmsConfiguration
 
getMaxMessagesPerTask() - Method in class org.apache.camel.component.jms.JmsEndpoint
 
getMessage() - Method in class org.apache.camel.component.jms.reply.ReplyHolder
Gets the received message
getMessageConverter() - Method in class org.apache.camel.component.jms.JmsConfiguration
 
getMessageConverter() - Method in class org.apache.camel.component.jms.JmsEndpoint
 
getMessageCreatedStrategy() - Method in class org.apache.camel.component.jms.JmsComponent
 
getMessageCreatedStrategy() - Method in class org.apache.camel.component.jms.JmsConfiguration
 
getMessageCreatedStrategy() - Method in class org.apache.camel.component.jms.JmsEndpoint
 
getMessageListenerContainerFactory() - Method in class org.apache.camel.component.jms.JmsConfiguration
 
getMessageListenerContainerFactory() - Method in class org.apache.camel.component.jms.JmsEndpoint
 
getMessageSelector() - Method in class org.apache.camel.component.jms.JmsConsumer
Set the JMS message selector expression (or null if none).
getMessageSelector() - Method in class org.apache.camel.component.jms.reply.SharedQueueMessageListenerContainer
 
getMetadataJmsOperations(JmsEndpoint) - Method in class org.apache.camel.component.jms.JmsConfiguration
 
getMetadataJmsOperations() - Method in class org.apache.camel.component.jms.JmsEndpoint
Returns the JmsOperations used for metadata operations such as creating temporary destinations
getMetadataJmsOperations(JmsEndpoint) - Method in class org.apache.camel.component.jms.JmsEndpoint
 
getObjectProperty(Message, String) - Method in class org.apache.camel.component.jms.JmsBinding
Deprecated.
not in use
getOriginalCorrelationId() - Method in class org.apache.camel.component.jms.reply.ReplyHolder
Gets the original correlation id, if one was set when sending the message.
getPassword() - Method in class org.apache.camel.component.jms.JmsConfiguration
 
getPriority() - Method in class org.apache.camel.component.jms.JmsConfiguration
 
getPriority() - Method in class org.apache.camel.component.jms.JmsEndpoint
 
getProperty(Message, String) - Static method in class org.apache.camel.component.jms.JmsMessageHelper
Gets a JMS property
getProviderMetadata() - Method in class org.apache.camel.component.jms.JmsConfiguration
 
getProviderMetadata() - Method in class org.apache.camel.component.jms.JmsEndpoint
Returns the provider metadata
getQueueBrowseStrategy() - Method in class org.apache.camel.component.jms.JmsComponent
 
getReceiveTimeout() - Method in class org.apache.camel.component.jms.JmsConfiguration
 
getReceiveTimeout() - Method in class org.apache.camel.component.jms.JmsEndpoint
 
getRecoveryInterval() - Method in class org.apache.camel.component.jms.JmsConfiguration
 
getRecoveryInterval() - Method in class org.apache.camel.component.jms.JmsEndpoint
 
getReplyTo() - Method in class org.apache.camel.component.jms.JmsConfiguration
 
getReplyTo() - Method in class org.apache.camel.component.jms.JmsEndpoint
 
getReplyTo() - Method in interface org.apache.camel.component.jms.reply.ReplyManager
Gets the reply to queue being used
getReplyTo() - Method in class org.apache.camel.component.jms.reply.ReplyManagerSupport
 
getReplyTo() - Method in class org.apache.camel.component.jms.reply.TemporaryQueueReplyManager
 
getReplyToCacheLevelName() - Method in class org.apache.camel.component.jms.JmsConfiguration
 
getReplyToCacheLevelName() - Method in class org.apache.camel.component.jms.JmsEndpoint
 
getReplyToConcurrentConsumers() - Method in class org.apache.camel.component.jms.JmsConfiguration
 
getReplyToConcurrentConsumers() - Method in class org.apache.camel.component.jms.JmsEndpoint
 
getReplyToDestination() - Method in class org.apache.camel.component.jms.EndpointMessageListener
 
getReplyToDestination(Message) - Method in class org.apache.camel.component.jms.EndpointMessageListener
 
getReplyToDestinationSelectorName() - Method in class org.apache.camel.component.jms.JmsConfiguration
 
getReplyToDestinationSelectorName() - Method in class org.apache.camel.component.jms.JmsEndpoint
 
getReplyToMaxConcurrentConsumers() - Method in class org.apache.camel.component.jms.JmsConfiguration
 
getReplyToMaxConcurrentConsumers() - Method in class org.apache.camel.component.jms.JmsEndpoint
 
getReplyToOnTimeoutMaxConcurrentConsumers() - Method in class org.apache.camel.component.jms.JmsConfiguration
 
getReplyToOnTimeoutMaxConcurrentConsumers() - Method in class org.apache.camel.component.jms.JmsEndpoint
 
getReplyToOverride() - Method in class org.apache.camel.component.jms.JmsConfiguration
 
getReplyToOverride() - Method in class org.apache.camel.component.jms.JmsEndpoint
 
getReplyToType() - Method in class org.apache.camel.component.jms.JmsConfiguration
 
getReplyToType() - Method in class org.apache.camel.component.jms.JmsEndpoint
 
getRequestTimeout() - Method in class org.apache.camel.component.jms.JmsConfiguration
 
getRequestTimeout() - Method in class org.apache.camel.component.jms.JmsEndpoint
 
getRequestTimeout() - Method in class org.apache.camel.component.jms.reply.ReplyHolder
The timeout value
getRequestTimeoutCheckerInterval() - Method in class org.apache.camel.component.jms.JmsConfiguration
 
getRequestTimeoutCheckerInterval() - Method in class org.apache.camel.component.jms.JmsEndpoint
 
getRunningMessageListeners() - Method in class org.apache.camel.component.jms.JmsEndpoint
 
getSafeLongProperty(Message, String) - Static method in class org.apache.camel.component.jms.JmsMessageHelper
Gets a JMS property in a safe way
getSelector() - Method in class org.apache.camel.component.jms.JmsConfiguration
 
getSelector() - Method in class org.apache.camel.component.jms.JmsEndpoint
 
getSession() - Method in class org.apache.camel.component.jms.reply.ReplyHolder
Gets the JMS session from the received message
getStringProperty(Message, String) - Static method in class org.apache.camel.component.jms.JmsMessageHelper
Gets the String Properties from the message.
getSubscriptionName() - Method in class org.apache.camel.component.jms.JmsComponent
 
getSubscriptionName() - Method in class org.apache.camel.component.jms.JmsConfiguration
 
getSubscriptionName() - Method in class org.apache.camel.component.jms.JmsEndpoint
 
getTaskExecutor() - Method in class org.apache.camel.component.jms.JmsConfiguration
 
getTaskExecutor() - Method in class org.apache.camel.component.jms.JmsEndpoint
 
getTemplate() - Method in class org.apache.camel.component.jms.EndpointMessageListener
 
getTemplateConnectionFactory() - Method in class org.apache.camel.component.jms.JmsConfiguration
 
getTemplateConnectionFactory() - Method in class org.apache.camel.component.jms.JmsEndpoint
 
getTemporaryQueueType() - Method in class org.apache.camel.component.jms.JmsEndpoint
Lazily loads the temporary queue type if one has not been explicitly configured via calling the JmsProviderMetadata.setTemporaryQueueType(Class) on the JmsEndpoint.getConfiguration() instance
getTemporaryQueueType(JmsOperations) - Method in class org.apache.camel.component.jms.JmsProviderMetadata
Lazily loads the temporary queue type if one has not been explicitly configured via calling the JmsProviderMetadata.setTemporaryQueueType(Class)
getTemporaryQueueType() - Method in class org.apache.camel.component.jms.JmsProviderMetadata
 
getTemporaryTopicType() - Method in class org.apache.camel.component.jms.JmsEndpoint
Lazily loads the temporary topic type if one has not been explicitly configured via calling the JmsProviderMetadata.setTemporaryTopicType(Class) on the JmsEndpoint.getConfiguration() instance
getTemporaryTopicType(JmsOperations) - Method in class org.apache.camel.component.jms.JmsProviderMetadata
Lazily loads the temporary topic type if one has not been explicitly configured via calling the JmsProviderMetadata.setTemporaryTopicType(Class)
getTemporaryTopicType() - Method in class org.apache.camel.component.jms.JmsProviderMetadata
 
getThreadName() - Method in class org.apache.camel.component.jms.JmsEndpoint
 
getTimeToLive() - Method in class org.apache.camel.component.jms.JmsConfiguration
 
getTimeToLive() - Method in class org.apache.camel.component.jms.JmsEndpoint
 
getTransactionManager() - Method in class org.apache.camel.component.jms.JmsConfiguration
 
getTransactionManager() - Method in class org.apache.camel.component.jms.JmsEndpoint
 
getTransactionName() - Method in class org.apache.camel.component.jms.JmsConfiguration
 
getTransactionName() - Method in class org.apache.camel.component.jms.JmsEndpoint
 
getTransactionTimeout() - Method in class org.apache.camel.component.jms.JmsConfiguration
 
getTransactionTimeout() - Method in class org.apache.camel.component.jms.JmsEndpoint
 
getUsername() - Method in class org.apache.camel.component.jms.JmsConfiguration
 
getUuidGenerator() - Method in class org.apache.camel.component.jms.JmsProducer
 
getValidJMSHeaderValue(String, Object) - Method in class org.apache.camel.component.jms.JmsBinding
Strategy to test if the given header is valid according to the JMS spec to be set as a property on the JMS message.
getWaitForProvisionCorrelationToBeUpdatedCounter() - Method in class org.apache.camel.component.jms.JmsComponent
 
getWaitForProvisionCorrelationToBeUpdatedCounter() - Method in class org.apache.camel.component.jms.JmsConfiguration
 
getWaitForProvisionCorrelationToBeUpdatedCounter() - Method in class org.apache.camel.component.jms.JmsEndpoint
 
getWaitForProvisionCorrelationToBeUpdatedThreadSleepingTime() - Method in class org.apache.camel.component.jms.JmsComponent
 
getWaitForProvisionCorrelationToBeUpdatedThreadSleepingTime() - Method in class org.apache.camel.component.jms.JmsConfiguration
 
getWaitForProvisionCorrelationToBeUpdatedThreadSleepingTime() - Method in class org.apache.camel.component.jms.JmsEndpoint
 

H

handleError(Throwable) - Method in class org.apache.camel.component.jms.DefaultSpringErrorHandler
 
handleReplyMessage(String, Message, Session) - Method in class org.apache.camel.component.jms.reply.QueueReplyManager
 
handleReplyMessage(String, Message, Session) - Method in class org.apache.camel.component.jms.reply.ReplyManagerSupport
 
handleReplyMessage(String, Message, Session) - Method in class org.apache.camel.component.jms.reply.TemporaryQueueReplyManager
 
hasProperty(Message, String) - Static method in class org.apache.camel.component.jms.JmsMessageHelper
Tests whether a given property with the name exists

I

initialize() - Method in class org.apache.camel.component.jms.JmsHeaderFilterStrategy
 
initReplyManager() - Method in class org.apache.camel.component.jms.JmsProducer
 
InOnlyMessageSentCallback - Class in org.apache.camel.component.jms
MessageSentCallback used to enrich the Camel Exchange with the actual JMSMessageID after sending to a JMS Destination using ExchangePattern.InOnly style.
InOnlyMessageSentCallback(Exchange) - Constructor for class org.apache.camel.component.jms.InOnlyMessageSentCallback
 
isAcceptMessagesWhileStopping() - Method in class org.apache.camel.component.jms.JmsConfiguration
 
isAcceptMessagesWhileStopping() - Method in class org.apache.camel.component.jms.JmsEndpoint
 
isAllowAutoWiredConnectionFactory() - Method in class org.apache.camel.component.jms.JmsComponent
Subclasses can override to prevent the jms configuration from being setup to use an auto-wired the connection factory that's found in the spring application context.
isAllowAutoWiredDestinationResolver() - Method in class org.apache.camel.component.jms.JmsComponent
Subclasses can override to prevent the jms configuration from being setup to use an auto-wired the destination resolved that's found in the spring application context.
isAllowNullBody() - Method in class org.apache.camel.component.jms.JmsConfiguration
 
isAllowNullBody() - Method in class org.apache.camel.component.jms.JmsEndpoint
 
isAllowQuickStop() - Method in class org.apache.camel.component.jms.DefaultJmsMessageListenerContainer
Whether this DefaultMessageListenerContainer allows the DefaultJmsMessageListenerContainer.runningAllowed() to quick stop in case JmsConfiguration.isAcceptMessagesWhileStopping() is enabled, and CamelContext is currently being stopped.
isAllowReplyManagerQuickStop() - Method in class org.apache.camel.component.jms.JmsConfiguration
Whether the DefaultMessageListenerContainer used in the reply managers for request-reply messaging allow the AbstractJmsListeningContainer.runningAllowed() flag to quick stop in case JmsConfiguration.isAcceptMessagesWhileStopping() is enabled, and CamelContext is currently being stopped.
isAllowReplyManagerQuickStop() - Method in class org.apache.camel.component.jms.JmsEndpoint
 
isAllowSerializedHeaders() - Method in class org.apache.camel.component.jms.JmsConfiguration
 
isAllowSerializedHeaders() - Method in class org.apache.camel.component.jms.JmsEndpoint
 
isAlwaysCopyMessage() - Method in class org.apache.camel.component.jms.JmsConfiguration
 
isAlwaysCopyMessage() - Method in class org.apache.camel.component.jms.JmsEndpoint
 
isAsync() - Method in class org.apache.camel.component.jms.EndpointMessageListener
 
isAsyncConsumer() - Method in class org.apache.camel.component.jms.JmsConfiguration
 
isAsyncConsumer() - Method in class org.apache.camel.component.jms.JmsEndpoint
 
isAsyncStartListener() - Method in class org.apache.camel.component.jms.JmsConfiguration
 
isAsyncStartListener() - Method in class org.apache.camel.component.jms.JmsEndpoint
 
isAsyncStopListener() - Method in class org.apache.camel.component.jms.JmsConfiguration
 
isAsyncStopListener() - Method in class org.apache.camel.component.jms.JmsEndpoint
 
isAutoStartup() - Method in class org.apache.camel.component.jms.JmsConfiguration
 
isAutoStartup() - Method in class org.apache.camel.component.jms.JmsEndpoint
 
isDeliveryPersistent() - Method in class org.apache.camel.component.jms.JmsConfiguration
 
isDeliveryPersistent() - Method in class org.apache.camel.component.jms.JmsEndpoint
 
isDisableReplyTo() - Method in class org.apache.camel.component.jms.EndpointMessageListener
 
isDisableReplyTo() - Method in class org.apache.camel.component.jms.JmsConfiguration
 
isDisableReplyTo() - Method in class org.apache.camel.component.jms.JmsEndpoint
 
isDisableTimeToLive() - Method in class org.apache.camel.component.jms.JmsConfiguration
 
isDisableTimeToLive() - Method in class org.apache.camel.component.jms.JmsEndpoint
 
isEagerLoadingOfProperties() - Method in class org.apache.camel.component.jms.EndpointMessageListener
 
isEagerLoadingOfProperties() - Method in class org.apache.camel.component.jms.JmsConfiguration
 
isEagerLoadingOfProperties() - Method in class org.apache.camel.component.jms.JmsEndpoint
 
isErrorHandlerLogStackTrace() - Method in class org.apache.camel.component.jms.JmsConfiguration
 
isErrorHandlerLogStackTrace() - Method in class org.apache.camel.component.jms.JmsEndpoint
 
isExplicitQosEnabled() - Method in class org.apache.camel.component.jms.JmsConfiguration
 
isExplicitQosEnabled() - Method in class org.apache.camel.component.jms.JmsEndpoint
 
isExposeListenerSession() - Method in class org.apache.camel.component.jms.JmsConfiguration
 
isExposeListenerSession() - Method in class org.apache.camel.component.jms.JmsEndpoint
 
isForceSendOriginalMessage() - Method in class org.apache.camel.component.jms.JmsConfiguration
 
isForceSendOriginalMessage() - Method in class org.apache.camel.component.jms.JmsEndpoint
 
isFormatDateHeadersToIso8601() - Method in class org.apache.camel.component.jms.JmsComponent
Gets whether date headers should be formatted according to the ISO 8601 standard.
isFormatDateHeadersToIso8601() - Method in class org.apache.camel.component.jms.JmsConfiguration
Gets whether date headers should be formatted according to the ISO 8601 standard.
isFormatDateHeadersToIso8601() - Method in class org.apache.camel.component.jms.JmsEndpoint
 
isIncludeAllJMSXProperties() - Method in class org.apache.camel.component.jms.JmsConfiguration
 
isIncludeAllJMSXProperties() - Method in class org.apache.camel.component.jms.JmsEndpoint
 
isIncludeSentJMSMessageID() - Method in class org.apache.camel.component.jms.JmsConfiguration
 
isIncludeSentJMSMessageID() - Method in class org.apache.camel.component.jms.JmsEndpoint
 
isLazyCreateTransactionManager() - Method in class org.apache.camel.component.jms.JmsConfiguration
 
isLazyCreateTransactionManager() - Method in class org.apache.camel.component.jms.JmsEndpoint
 
isMapJmsMessage() - Method in class org.apache.camel.component.jms.JmsConfiguration
 
isMessageIdEnabled() - Method in class org.apache.camel.component.jms.JmsConfiguration
 
isMessageIdEnabled() - Method in class org.apache.camel.component.jms.JmsEndpoint
 
isMessageTimestampEnabled() - Method in class org.apache.camel.component.jms.JmsConfiguration
 
isMessageTimestampEnabled() - Method in class org.apache.camel.component.jms.JmsEndpoint
 
isMultipleConsumersSupported() - Method in class org.apache.camel.component.jms.JmsEndpoint
 
isPreserveMessageQos() - Method in class org.apache.camel.component.jms.JmsConfiguration
 
isPreserveMessageQos() - Method in class org.apache.camel.component.jms.JmsEndpoint
 
isPubSubDomain() - Method in class org.apache.camel.component.jms.JmsEndpoint
 
isPubSubNoLocal() - Method in class org.apache.camel.component.jms.JmsConfiguration
 
isPubSubNoLocal() - Method in class org.apache.camel.component.jms.JmsEndpoint
 
isQueuePrefix(String) - Static method in class org.apache.camel.component.jms.JmsMessageHelper
Whether the destination name has either queue or temp queue prefix.
isReplyToDeliveryPersistent() - Method in class org.apache.camel.component.jms.JmsConfiguration
 
isReplyToDeliveryPersistent() - Method in class org.apache.camel.component.jms.JmsEndpoint
 
isReplyToSameDestinationAllowed() - Method in class org.apache.camel.component.jms.JmsConfiguration
 
isReplyToSameDestinationAllowed() - Method in class org.apache.camel.component.jms.JmsEndpoint
 
isRunning() - Method in class org.apache.camel.component.jms.JmsEndpoint
State whether this endpoint is running (eg started)
isSingleton() - Method in class org.apache.camel.component.jms.JmsEndpoint
 
isSingleton() - Method in class org.apache.camel.component.jms.JmsTemporaryQueueEndpoint
This endpoint is a singleton so that the temporary destination instances are shared across all producers and consumers of the same endpoint URI
isSingleton() - Method in class org.apache.camel.component.jms.JmsTemporaryTopicEndpoint
This endpoint is a singleton so that the temporary destination instances are shared across all producers and consumers of the same endpoint URI
isStandardJMSHeader(String) - Method in class org.apache.camel.component.jms.JmsBinding
Is the given header a standard JMS header
isStreamMessageTypeEnabled() - Method in class org.apache.camel.component.jms.JmsComponent
 
isStreamMessageTypeEnabled() - Method in class org.apache.camel.component.jms.JmsConfiguration
 
isSubscriptionDurable() - Method in class org.apache.camel.component.jms.JmsComponent
 
isSubscriptionDurable() - Method in class org.apache.camel.component.jms.JmsConfiguration
 
isSubscriptionDurable() - Method in class org.apache.camel.component.jms.JmsEndpoint
 
isSubscriptionShared() - Method in class org.apache.camel.component.jms.JmsComponent
 
isSubscriptionShared() - Method in class org.apache.camel.component.jms.JmsConfiguration
 
isSubscriptionShared() - Method in class org.apache.camel.component.jms.JmsEndpoint
 
isTestConnectionOnStartup() - Method in class org.apache.camel.component.jms.JmsConfiguration
 
isTestConnectionOnStartup() - Method in class org.apache.camel.component.jms.JmsEndpoint
 
isTimeout() - Method in class org.apache.camel.component.jms.reply.ReplyHolder
Whether timeout triggered or not.
isTopicPrefix(String) - Static method in class org.apache.camel.component.jms.JmsMessageHelper
Whether the destination name has either topic or temp topic prefix.
isTransacted() - Method in class org.apache.camel.component.jms.JmsConfiguration
 
isTransacted() - Method in class org.apache.camel.component.jms.JmsEndpoint
 
isTransactedInOut() - Method in class org.apache.camel.component.jms.JmsConfiguration
Deprecated.
isTransactedInOut() - Method in class org.apache.camel.component.jms.JmsEndpoint
Deprecated.
isTransactedRedelivered() - Method in class org.apache.camel.component.jms.JmsMessage
 
isTransferException() - Method in class org.apache.camel.component.jms.JmsConfiguration
 
isTransferException() - Method in class org.apache.camel.component.jms.JmsEndpoint
 
isTransferExchange() - Method in class org.apache.camel.component.jms.JmsConfiguration
 
isTransferExchange() - Method in class org.apache.camel.component.jms.JmsEndpoint
 
isTransferFault() - Method in class org.apache.camel.component.jms.JmsConfiguration
 
isTransferFault() - Method in class org.apache.camel.component.jms.JmsEndpoint
 
isUseMessageIDAsCorrelationID() - Method in class org.apache.camel.component.jms.JmsConfiguration
 
isUseMessageIDAsCorrelationID() - Method in class org.apache.camel.component.jms.JmsEndpoint
 
isVendor(Session, String) - Static method in class org.apache.camel.component.jms.JmsMessageHelper
Is the JMS session from a given vendor

J

JMS_DELIVERY_MODE - Static variable in class org.apache.camel.component.jms.JmsConstants
 
JMS_DESTINATION - Static variable in class org.apache.camel.component.jms.JmsConstants
 
JMS_DESTINATION_NAME - Static variable in class org.apache.camel.component.jms.JmsConstants
 
JMS_MESSAGE_TYPE - Static variable in class org.apache.camel.component.jms.JmsConstants
 
JMS_REQUEST_TIMEOUT - Static variable in class org.apache.camel.component.jms.JmsConstants
 
JMS_TRANSFER_FAULT - Static variable in class org.apache.camel.component.jms.JmsConstants
 
JMS_X_GROUP_ID - Static variable in class org.apache.camel.component.jms.JmsConstants
 
JmsBinding - Class in org.apache.camel.component.jms
A Strategy used to convert between a Camel Exchange and JmsMessage to and from a JMS Message
JmsBinding() - Constructor for class org.apache.camel.component.jms.JmsBinding
 
JmsBinding(JmsEndpoint) - Constructor for class org.apache.camel.component.jms.JmsBinding
 
JmsComponent - Class in org.apache.camel.component.jms
JmsComponent() - Constructor for class org.apache.camel.component.jms.JmsComponent
 
JmsComponent(Class<? extends Endpoint>) - Constructor for class org.apache.camel.component.jms.JmsComponent
 
JmsComponent(CamelContext) - Constructor for class org.apache.camel.component.jms.JmsComponent
 
JmsComponent(CamelContext, Class<? extends Endpoint>) - Constructor for class org.apache.camel.component.jms.JmsComponent
 
JmsComponent(JmsConfiguration) - Constructor for class org.apache.camel.component.jms.JmsComponent
 
jmsComponent() - Static method in class org.apache.camel.component.jms.JmsComponent
Static builder method
jmsComponent(JmsConfiguration) - Static method in class org.apache.camel.component.jms.JmsComponent
Static builder method
jmsComponent(ConnectionFactory) - Static method in class org.apache.camel.component.jms.JmsComponent
Static builder method
jmsComponentAutoAcknowledge(ConnectionFactory) - Static method in class org.apache.camel.component.jms.JmsComponent
Static builder method
jmsComponentClientAcknowledge(ConnectionFactory) - Static method in class org.apache.camel.component.jms.JmsComponent
Static builder method
jmsComponentTransacted(ConnectionFactory) - Static method in class org.apache.camel.component.jms.JmsComponent
 
jmsComponentTransacted(ConnectionFactory, PlatformTransactionManager) - Static method in class org.apache.camel.component.jms.JmsComponent
 
JmsConfiguration - Class in org.apache.camel.component.jms
 
JmsConfiguration() - Constructor for class org.apache.camel.component.jms.JmsConfiguration
 
JmsConfiguration(ConnectionFactory) - Constructor for class org.apache.camel.component.jms.JmsConfiguration
 
JmsConfiguration.CamelJmsTemplate - Class in org.apache.camel.component.jms
 
JmsConstants - Class in org.apache.camel.component.jms
JMS constants
JmsConsumer - Class in org.apache.camel.component.jms
A Consumer which uses Spring's AbstractMessageListenerContainer implementations to consume JMS messages.
JmsConsumer(JmsEndpoint, Processor, AbstractMessageListenerContainer) - Constructor for class org.apache.camel.component.jms.JmsConsumer
 
JmsEndpoint - Class in org.apache.camel.component.jms
The jms component allows messages to be sent to (or consumed from) a JMS Queue or Topic.
JmsEndpoint() - Constructor for class org.apache.camel.component.jms.JmsEndpoint
 
JmsEndpoint(Topic) - Constructor for class org.apache.camel.component.jms.JmsEndpoint
 
JmsEndpoint(String, JmsComponent, String, boolean, JmsConfiguration) - Constructor for class org.apache.camel.component.jms.JmsEndpoint
 
JmsEndpoint(String, JmsBinding, JmsConfiguration, String, boolean) - Constructor for class org.apache.camel.component.jms.JmsEndpoint
 
JmsEndpoint(String, String, boolean) - Constructor for class org.apache.camel.component.jms.JmsEndpoint
 
JmsEndpoint(String, String) - Constructor for class org.apache.camel.component.jms.JmsEndpoint
Creates a pub-sub endpoint with the given destination
JmsHeaderFilterStrategy - Class in org.apache.camel.component.jms
 
JmsHeaderFilterStrategy() - Constructor for class org.apache.camel.component.jms.JmsHeaderFilterStrategy
 
JmsHeaderFilterStrategy(boolean) - Constructor for class org.apache.camel.component.jms.JmsHeaderFilterStrategy
 
JmsKeyFormatStrategy - Interface in org.apache.camel.component.jms
Strategy for applying encoding and decoding of JMS headers so they apply to the JMS spec.
JmsMessage - Class in org.apache.camel.component.jms
Represents a Message for working with JMS
JmsMessage(Message, JmsBinding) - Constructor for class org.apache.camel.component.jms.JmsMessage
Deprecated.
JmsMessage(Message, Session, JmsBinding) - Constructor for class org.apache.camel.component.jms.JmsMessage
 
JmsMessageHelper - Class in org.apache.camel.component.jms
Utility class for Message.
JmsMessageType - Enum in org.apache.camel.component.jms
Enum for different Message types.
JmsPollingConsumer - Class in org.apache.camel.component.jms
A JMS PollingConsumer.
JmsPollingConsumer(JmsEndpoint, JmsOperations) - Constructor for class org.apache.camel.component.jms.JmsPollingConsumer
 
JmsPollingConsumer(JmsEndpoint) - Constructor for class org.apache.camel.component.jms.JmsPollingConsumer
 
JmsProducer - Class in org.apache.camel.component.jms
 
JmsProducer(JmsEndpoint) - Constructor for class org.apache.camel.component.jms.JmsProducer
 
JmsProviderMetadata - Class in org.apache.camel.component.jms
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.
JmsProviderMetadata() - Constructor for class org.apache.camel.component.jms.JmsProviderMetadata
 
JmsQueueEndpoint - Class in org.apache.camel.component.jms
An endpoint for a JMS Queue which is also browsable
JmsQueueEndpoint(Queue) - Constructor for class org.apache.camel.component.jms.JmsQueueEndpoint
 
JmsQueueEndpoint(String, JmsComponent, String, JmsConfiguration) - Constructor for class org.apache.camel.component.jms.JmsQueueEndpoint
 
JmsQueueEndpoint(String, JmsComponent, String, JmsConfiguration, QueueBrowseStrategy) - Constructor for class org.apache.camel.component.jms.JmsQueueEndpoint
 
JmsQueueEndpoint(String, String, QueueBrowseStrategy) - Constructor for class org.apache.camel.component.jms.JmsQueueEndpoint
 
JmsQueueEndpoint(String, String) - Constructor for class org.apache.camel.component.jms.JmsQueueEndpoint
 
JmsTemporaryQueueEndpoint - Class in org.apache.camel.component.jms
A JMS Endpoint for working with a TemporaryQueue

Important: Need to be really careful to always use the same Connection otherwise the destination goes stale

JmsTemporaryQueueEndpoint(String, JmsComponent, String, JmsConfiguration) - Constructor for class org.apache.camel.component.jms.JmsTemporaryQueueEndpoint
 
JmsTemporaryQueueEndpoint(String, JmsComponent, String, JmsConfiguration, QueueBrowseStrategy) - Constructor for class org.apache.camel.component.jms.JmsTemporaryQueueEndpoint
 
JmsTemporaryQueueEndpoint(String, String) - Constructor for class org.apache.camel.component.jms.JmsTemporaryQueueEndpoint
 
JmsTemporaryQueueEndpoint(TemporaryQueue) - Constructor for class org.apache.camel.component.jms.JmsTemporaryQueueEndpoint
 
JmsTemporaryTopicEndpoint - Class in org.apache.camel.component.jms
A JMS Endpoint for working with a TemporaryTopic

Important: Need to be really careful to always use the same Connection otherwise the destination goes stale

JmsTemporaryTopicEndpoint(String, JmsComponent, String, JmsConfiguration) - Constructor for class org.apache.camel.component.jms.JmsTemporaryTopicEndpoint
 
JmsTemporaryTopicEndpoint(String, String) - Constructor for class org.apache.camel.component.jms.JmsTemporaryTopicEndpoint
 
JmsTemporaryTopicEndpoint(TemporaryTopic) - Constructor for class org.apache.camel.component.jms.JmsTemporaryTopicEndpoint
 

L

listenerContainer - Variable in class org.apache.camel.component.jms.reply.ReplyManagerSupport
 
loadTemporaryDestinationTypes(JmsOperations) - Method in class org.apache.camel.component.jms.JmsProviderMetadata
 
log - Variable in class org.apache.camel.component.jms.JmsEndpoint
 
LOG - Static variable in class org.apache.camel.component.jms.reply.MessageSelectorCreator
 
log - Variable in class org.apache.camel.component.jms.reply.ReplyManagerSupport
 

M

makeJmsMessage(Exchange, Session) - Method in class org.apache.camel.component.jms.JmsBinding
Creates a JMS message from the Camel exchange and message
makeJmsMessage(Exchange, Message, Session, Exception) - Method in class org.apache.camel.component.jms.JmsBinding
Creates a JMS message from the Camel exchange and message
MessageCreatedStrategy - Interface in org.apache.camel.component.jms
A strategy that allows custom components to plugin and perform custom logic when Camel creates Message instance.
MessageListenerContainerFactory - Interface in org.apache.camel.component.jms
Factory used to create a custom AbstractMessageListenerContainer to be used in JMS endpoints.
MessageSelectorCreator - Class in org.apache.camel.component.jms.reply
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.
MessageSelectorCreator(CorrelationTimeoutMap) - Constructor for class org.apache.camel.component.jms.reply.MessageSelectorCreator
 
MessageSentCallback - Interface in org.apache.camel.component.jms
Callback when a Message has been sent.

N

newInstance(Destination, JmsComponent) - Static method in class org.apache.camel.component.jms.JmsEndpoint
Returns a new JMS endpoint for the given JMS destination using the configuration from the given JMS component
newInstance(Destination) - Static method in class org.apache.camel.component.jms.JmsEndpoint
Returns a new JMS endpoint for the given JMS destination
newInstance() - Method in class org.apache.camel.component.jms.JmsMessage
 
normalizeDestinationName(String) - Static method in class org.apache.camel.component.jms.JmsMessageHelper
Normalizes the destination name.
normalizeDestinationName(String, boolean) - Static method in class org.apache.camel.component.jms.JmsMessageHelper
Normalizes the destination name.

O

onEviction(String) - Method in interface org.apache.camel.component.jms.reply.CorrelationListener
Callback when a correlation id is evicted due timeout
onEviction(String, ReplyHandler) - Method in class org.apache.camel.component.jms.reply.CorrelationTimeoutMap
 
onEviction(String) - Method in class org.apache.camel.component.jms.reply.MessageSelectorCreator
 
onListenerContainerStarting(AbstractMessageListenerContainer) - Method in class org.apache.camel.component.jms.JmsEndpoint
 
onListenerContainerStopped(AbstractMessageListenerContainer) - Method in class org.apache.camel.component.jms.JmsEndpoint
 
onMessage(Message, Session) - Method in class org.apache.camel.component.jms.EndpointMessageListener
 
onMessage(Message, Session) - Method in class org.apache.camel.component.jms.reply.ReplyManagerSupport
 
onMessageCreated(Message, Session, Exchange, Throwable) - Method in interface org.apache.camel.component.jms.MessageCreatedStrategy
Callback when the JMS message has just been created, which allows custom modifications afterwards.
onPut(String) - Method in interface org.apache.camel.component.jms.reply.CorrelationListener
Callback when a new correlation id is added
onPut(String) - Method in class org.apache.camel.component.jms.reply.MessageSelectorCreator
 
onRemove(String) - Method in interface org.apache.camel.component.jms.reply.CorrelationListener
Callback when a correlation id is removed
onRemove(String) - Method in class org.apache.camel.component.jms.reply.MessageSelectorCreator
 
onReply(String, Message, Session) - Method in interface org.apache.camel.component.jms.reply.ReplyHandler
The reply message was received
onReply(String, Message, Session) - Method in class org.apache.camel.component.jms.reply.TemporaryQueueReplyHandler
 
onTimeout(String) - Method in interface org.apache.camel.component.jms.reply.ReplyHandler
The reply message was not received and a timeout triggered
onTimeout(String) - Method in class org.apache.camel.component.jms.reply.TemporaryQueueReplyHandler
 
org.apache.camel.component.jms - package org.apache.camel.component.jms
Defines the JMS Component
org.apache.camel.component.jms.reply - package org.apache.camel.component.jms.reply
Logic implementing support for request/reply over JMS
originalCorrelationId - Variable in class org.apache.camel.component.jms.reply.TemporaryQueueReplyHandler
 

P

PassThroughJmsKeyFormatStrategy - Class in org.apache.camel.component.jms
A strategy that does not do any encoding or decoding, eg.
PassThroughJmsKeyFormatStrategy() - Constructor for class org.apache.camel.component.jms.PassThroughJmsKeyFormatStrategy
 
populateInitialHeaders(Map<String, Object>) - Method in class org.apache.camel.component.jms.JmsMessage
 
populateMapMessage(MapMessage, Map<?, ?>, CamelContext) - Method in class org.apache.camel.component.jms.JmsBinding
Populates a MapMessage from a Map instance.
prepareAndStartListenerContainer() - Method in class org.apache.camel.component.jms.JmsConsumer
 
process(Exchange, AsyncCallback) - Method in class org.apache.camel.component.jms.JmsProducer
 
processInOnly(Exchange, AsyncCallback) - Method in class org.apache.camel.component.jms.JmsProducer
 
processInOut(Exchange, AsyncCallback) - Method in class org.apache.camel.component.jms.JmsProducer
 
processReply(ReplyHolder) - Method in interface org.apache.camel.component.jms.reply.ReplyManager
Process the reply
processReply(ReplyHolder) - Method in class org.apache.camel.component.jms.reply.ReplyManagerSupport
 
put(String, ReplyHandler, long) - Method in class org.apache.camel.component.jms.reply.CorrelationTimeoutMap
 
putIfAbsent(String, ReplyHandler, long) - Method in class org.apache.camel.component.jms.reply.CorrelationTimeoutMap
 

Q

QUEUE_PREFIX - Static variable in class org.apache.camel.component.jms.JmsConfiguration
 
QueueBrowseStrategy - Interface in org.apache.camel.component.jms
 
QueueReplyHandler - Class in org.apache.camel.component.jms.reply
ReplyHandler to handle processing replies when using regular queues.
QueueReplyHandler(ReplyManager, Exchange, AsyncCallback, String, String, long) - Constructor for class org.apache.camel.component.jms.reply.QueueReplyHandler
 
QueueReplyManager - Class in org.apache.camel.component.jms.reply
A ReplyManager when using regular queues.
QueueReplyManager(CamelContext) - Constructor for class org.apache.camel.component.jms.reply.QueueReplyManager
 

R

read() - Method in class org.apache.camel.component.jms.StreamMessageInputStream
 
read(byte[]) - Method in class org.apache.camel.component.jms.StreamMessageInputStream
 
read(byte[], int, int) - Method in class org.apache.camel.component.jms.StreamMessageInputStream
 
receive() - Method in class org.apache.camel.component.jms.JmsPollingConsumer
 
receive(long) - Method in class org.apache.camel.component.jms.JmsPollingConsumer
 
receiveNoWait() - Method in class org.apache.camel.component.jms.JmsPollingConsumer
 
registerReply(ReplyManager, Exchange, AsyncCallback, String, String, long) - Method in interface org.apache.camel.component.jms.reply.ReplyManager
Register a reply
registerReply(ReplyManager, Exchange, AsyncCallback, String, String, long) - Method in class org.apache.camel.component.jms.reply.ReplyManagerSupport
 
remove(String) - Method in class org.apache.camel.component.jms.reply.CorrelationTimeoutMap
 
removeHeader(String) - Method in class org.apache.camel.component.jms.JmsMessage
 
removeJmsProperty(Message, String) - Static method in class org.apache.camel.component.jms.JmsMessageHelper
Removes the property from the JMS message.
ReplyHandler - Interface in org.apache.camel.component.jms.reply
Handles a reply.
ReplyHolder - Class in org.apache.camel.component.jms.reply
Holder which contains the Exchange and AsyncCallback to be used when the reply arrives, so we can set the reply on the Exchange and continue routing using the callback.
ReplyHolder(Exchange, AsyncCallback, String, String, Message, Session) - Constructor for class org.apache.camel.component.jms.reply.ReplyHolder
Constructor to use when a reply message was received
ReplyHolder(Exchange, AsyncCallback, String, String, long) - Constructor for class org.apache.camel.component.jms.reply.ReplyHolder
Constructor to use when a timeout occurred
ReplyManager - Interface in org.apache.camel.component.jms.reply
The ReplyManager is responsible for handling request-reply over JMS.
replyManager - Variable in class org.apache.camel.component.jms.reply.TemporaryQueueReplyHandler
 
ReplyManagerSupport - Class in org.apache.camel.component.jms.reply
Base class for ReplyManager implementations.
ReplyManagerSupport(CamelContext) - Constructor for class org.apache.camel.component.jms.reply.ReplyManagerSupport
 
replyTo - Variable in class org.apache.camel.component.jms.reply.ReplyManagerSupport
 
replyToLatch - Variable in class org.apache.camel.component.jms.reply.ReplyManagerSupport
 
replyToTimeout - Variable in class org.apache.camel.component.jms.reply.ReplyManagerSupport
 
ReplyToType - Enum in org.apache.camel.component.jms
Types for replyTo queues
reset() - Method in class org.apache.camel.component.jms.StreamMessageInputStream
 
resolveOrCreateDestination(String, Session) - Method in class org.apache.camel.component.jms.JmsProducer
 
runningAllowed() - Method in class org.apache.camel.component.jms.DefaultJmsMessageListenerContainer
 
runningAllowed() - Method in class org.apache.camel.component.jms.SimpleJmsMessageListenerContainer
 

S

scheduledExecutorService - Variable in class org.apache.camel.component.jms.reply.ReplyManagerSupport
 
send(String, MessageCreator, MessageSentCallback) - Method in class org.apache.camel.component.jms.JmsConfiguration.CamelJmsTemplate
 
send(Destination, MessageCreator, MessageSentCallback) - Method in class org.apache.camel.component.jms.JmsConfiguration.CamelJmsTemplate
 
send(String, MessageCreator) - Method in class org.apache.camel.component.jms.JmsConfiguration.CamelJmsTemplate
 
send(Destination, MessageCreator) - Method in class org.apache.camel.component.jms.JmsConfiguration.CamelJmsTemplate
 
sendReply(Destination, Message, Exchange, Message, Exception) - Method in class org.apache.camel.component.jms.EndpointMessageListener
 
sendReply(String, Message, Exchange, Message, Exception) - Method in class org.apache.camel.component.jms.EndpointMessageListener
 
sent(Session, Message, Destination) - Method in class org.apache.camel.component.jms.InOnlyMessageSentCallback
 
sent(Session, Message, Destination) - Method in interface org.apache.camel.component.jms.MessageSentCallback
Callback when the message has been sent.
sent(Session, Message, Destination) - Method in class org.apache.camel.component.jms.reply.UseMessageIdAsCorrelationIdMessageSentCallback
 
setAcceptMessagesWhileStopping(boolean) - Method in class org.apache.camel.component.jms.JmsComponent
Specifies whether the consumer accept messages while it is stopping.
setAcceptMessagesWhileStopping(boolean) - Method in class org.apache.camel.component.jms.JmsConfiguration
Specifies whether the consumer accept messages while it is stopping.
setAcceptMessagesWhileStopping(boolean) - Method in class org.apache.camel.component.jms.JmsEndpoint
 
setAcknowledgementMode(int) - Method in class org.apache.camel.component.jms.JmsComponent
The JMS acknowledgement mode defined as an Integer.
setAcknowledgementMode(int) - Method in class org.apache.camel.component.jms.JmsConfiguration
The JMS acknowledgement mode defined as an Integer.
setAcknowledgementMode(int) - Method in class org.apache.camel.component.jms.JmsEndpoint
 
setAcknowledgementModeName(String) - Method in class org.apache.camel.component.jms.JmsComponent
The JMS acknowledgement name, which is one of: SESSION_TRANSACTED, CLIENT_ACKNOWLEDGE, AUTO_ACKNOWLEDGE, DUPS_OK_ACKNOWLEDGE
setAcknowledgementModeName(String) - Method in class org.apache.camel.component.jms.JmsConfiguration
The JMS acknowledgement name, which is one of: SESSION_TRANSACTED, CLIENT_ACKNOWLEDGE, AUTO_ACKNOWLEDGE, DUPS_OK_ACKNOWLEDGE
setAcknowledgementModeName(String) - Method in class org.apache.camel.component.jms.JmsEndpoint
 
setAllowAdditionalHeaders(String) - Method in class org.apache.camel.component.jms.JmsComponent
This option is used to allow additional headers which may have values that are invalid according to JMS specification.
setAllowAdditionalHeaders(String) - Method in class org.apache.camel.component.jms.JmsConfiguration
This option is used to allow additional headers which may have values that are invalid according to JMS specification.
setAllowAdditionalHeaders(String) - Method in class org.apache.camel.component.jms.JmsEndpoint
 
setAllowNullBody(boolean) - Method in class org.apache.camel.component.jms.JmsComponent
Whether to allow sending messages with no body.
setAllowNullBody(boolean) - Method in class org.apache.camel.component.jms.JmsConfiguration
Whether to allow sending messages with no body.
setAllowNullBody(boolean) - Method in class org.apache.camel.component.jms.JmsEndpoint
 
setAllowReplyManagerQuickStop(boolean) - Method in class org.apache.camel.component.jms.JmsComponent
Whether the DefaultMessageListenerContainer used in the reply managers for request-reply messaging allow the DefaultMessageListenerContainer.runningAllowed flag to quick stop in case JmsConfiguration#isAcceptMessagesWhileStopping is enabled, and org.apache.camel.CamelContext is currently being stopped.
setAllowReplyManagerQuickStop(boolean) - Method in class org.apache.camel.component.jms.JmsConfiguration
 
setAllowReplyManagerQuickStop(boolean) - Method in class org.apache.camel.component.jms.JmsEndpoint
 
setAllowSerializedHeaders(boolean) - Method in class org.apache.camel.component.jms.JmsConfiguration
Controls whether or not to include serialized headers.
setAllowSerializedHeaders(boolean) - Method in class org.apache.camel.component.jms.JmsEndpoint
 
setAlwaysCopyMessage(boolean) - Method in class org.apache.camel.component.jms.JmsComponent
If true, Camel will always make a JMS message copy of the message when it is passed to the producer for sending.
setAlwaysCopyMessage(boolean) - Method in class org.apache.camel.component.jms.JmsConfiguration
If true, Camel will always make a JMS message copy of the message when it is passed to the producer for sending.
setAlwaysCopyMessage(boolean) - Method in class org.apache.camel.component.jms.JmsEndpoint
 
setApplicationContext(ApplicationContext) - Method in class org.apache.camel.component.jms.JmsComponent
Sets the Spring ApplicationContext to use
setAsync(boolean) - Method in class org.apache.camel.component.jms.EndpointMessageListener
Sets whether asynchronous routing is enabled.
setAsyncConsumer(boolean) - Method in class org.apache.camel.component.jms.JmsComponent
Whether the JmsConsumer processes the Exchange asynchronously.
setAsyncConsumer(boolean) - Method in class org.apache.camel.component.jms.JmsConfiguration
Whether the JmsConsumer processes the Exchange asynchronously.
setAsyncConsumer(boolean) - Method in class org.apache.camel.component.jms.JmsEndpoint
 
setAsyncStartListener(boolean) - Method in class org.apache.camel.component.jms.JmsComponent
Whether to startup the JmsConsumer message listener asynchronously, when starting a route.
setAsyncStartListener(boolean) - Method in class org.apache.camel.component.jms.JmsConfiguration
Whether to startup the JmsConsumer message listener asynchronously, when starting a route.
setAsyncStartListener(boolean) - Method in class org.apache.camel.component.jms.JmsEndpoint
 
setAsyncStopListener(boolean) - Method in class org.apache.camel.component.jms.JmsComponent
Whether to stop the JmsConsumer message listener asynchronously, when stopping a route.
setAsyncStopListener(boolean) - Method in class org.apache.camel.component.jms.JmsConfiguration
Whether to stop the JmsConsumer message listener asynchronously, when stopping a route.
setAsyncStopListener(boolean) - Method in class org.apache.camel.component.jms.JmsEndpoint
 
setAutoStartup(boolean) - Method in class org.apache.camel.component.jms.JmsComponent
Specifies whether the consumer container should auto-startup.
setAutoStartup(boolean) - Method in class org.apache.camel.component.jms.JmsConfiguration
Specifies whether the consumer container should auto-startup.
setAutoStartup(boolean) - Method in class org.apache.camel.component.jms.JmsEndpoint
 
setBinding(JmsBinding) - Method in class org.apache.camel.component.jms.EndpointMessageListener
Sets the binding used to convert from a Camel message to and from a JMS message
setBinding(JmsBinding) - Method in class org.apache.camel.component.jms.JmsEndpoint
Sets the binding used to convert from a Camel message to and from a JMS message
setBinding(JmsBinding) - Method in class org.apache.camel.component.jms.JmsMessage
 
setBody(Object) - Method in class org.apache.camel.component.jms.JmsMessage
 
setCacheLevel(int) - Method in class org.apache.camel.component.jms.JmsComponent
Sets the cache level by ID for the underlying JMS resources.
setCacheLevel(int) - Method in class org.apache.camel.component.jms.JmsConfiguration
Sets the cache level by ID for the underlying JMS resources.
setCacheLevel(int) - Method in class org.apache.camel.component.jms.JmsEndpoint
 
setCacheLevelName(String) - Method in class org.apache.camel.component.jms.JmsComponent
Sets the cache level by name for the underlying JMS resources.
setCacheLevelName(String) - Method in class org.apache.camel.component.jms.JmsConfiguration
Sets the cache level by name for the underlying JMS resources.
setCacheLevelName(String) - Method in class org.apache.camel.component.jms.JmsEndpoint
 
setClientId(String) - Method in class org.apache.camel.component.jms.JmsComponent
Sets the JMS client ID to use.
setClientId(String) - Method in class org.apache.camel.component.jms.JmsConfiguration
Sets the JMS client ID to use.
setClientId(String) - Method in class org.apache.camel.component.jms.JmsEndpoint
 
setConcurrentConsumers(int) - Method in class org.apache.camel.component.jms.JmsComponent
Specifies the default number of concurrent consumers when consuming from JMS (not for request/reply over JMS).
setConcurrentConsumers(int) - Method in class org.apache.camel.component.jms.JmsConfiguration
Specifies the default number of concurrent consumers when consuming from JMS (not for request/reply over JMS).
setConcurrentConsumers(int) - Method in class org.apache.camel.component.jms.JmsEndpoint
 
setConfiguration(JmsConfiguration) - Method in class org.apache.camel.component.jms.JmsComponent
To use a shared JMS configuration
setConfiguration(JmsConfiguration) - Method in class org.apache.camel.component.jms.JmsEndpoint
 
setConnectionFactory(ConnectionFactory) - Method in class org.apache.camel.component.jms.JmsComponent
The connection factory to be use.
setConnectionFactory(ConnectionFactory) - Method in class org.apache.camel.component.jms.JmsConfiguration
Sets the default connection factory to be used if a connection factory is not specified for either JmsConfiguration.setTemplateConnectionFactory(ConnectionFactory) or JmsConfiguration.setListenerConnectionFactory(ConnectionFactory)
setConnectionFactory(ConnectionFactory) - Method in class org.apache.camel.component.jms.JmsEndpoint
 
setConsumerType(ConsumerType) - Method in class org.apache.camel.component.jms.JmsConfiguration
The consumer type to use, which can be one of: Simple, Default, or Custom.
setCorrelationId(Message, String) - Static method in class org.apache.camel.component.jms.JmsMessageHelper
Sets the correlation id on the JMS message.
setCorrelationProperty(String) - Method in class org.apache.camel.component.jms.JmsComponent
Use this JMS property to correlate messages in InOut exchange pattern (request-reply) instead of JMSCorrelationID property.
setCorrelationProperty(String) - Method in class org.apache.camel.component.jms.JmsConfiguration
Use this JMS property to correlate messages in InOut exchange pattern (request-reply) instead of JMSCorrelationID property.
setCorrelationProperty(String) - Method in interface org.apache.camel.component.jms.reply.ReplyManager
Sets the JMS message property used for message correlation.
setCorrelationProperty(String) - Method in class org.apache.camel.component.jms.reply.ReplyManagerSupport
 
setDefaultTaskExecutorType(DefaultTaskExecutorType) - Method in class org.apache.camel.component.jms.JmsComponent
Specifies what default TaskExecutor type to use in the DefaultMessageListenerContainer, for both consumer endpoints and the ReplyTo consumer of producer endpoints.
setDefaultTaskExecutorType(DefaultTaskExecutorType) - Method in class org.apache.camel.component.jms.JmsConfiguration
Specifies what default TaskExecutor type to use in the DefaultMessageListenerContainer, for both consumer endpoints and the ReplyTo consumer of producer endpoints.
setDefaultTaskExecutorType(DefaultTaskExecutorType) - Method in class org.apache.camel.component.jms.JmsEndpoint
 
setDeliveryMode(Integer) - Method in class org.apache.camel.component.jms.JmsComponent
Specifies the delivery mode to be used.
setDeliveryMode(Integer) - Method in class org.apache.camel.component.jms.JmsConfiguration
Specifies the delivery mode to be used.
setDeliveryMode(Integer) - Method in class org.apache.camel.component.jms.JmsEndpoint
 
setDeliveryPersistent(boolean) - Method in class org.apache.camel.component.jms.JmsComponent
Specifies whether persistent delivery is used by default.
setDeliveryPersistent(boolean) - Method in class org.apache.camel.component.jms.JmsConfiguration
Specifies whether persistent delivery is used by default.
setDeliveryPersistent(boolean) - Method in class org.apache.camel.component.jms.JmsEndpoint
 
setDestination(Destination) - Method in class org.apache.camel.component.jms.JmsEndpoint
Allows a specific JMS Destination object to be used as the destination
setDestinationName(String) - Method in class org.apache.camel.component.jms.JmsEndpoint
Name of the queue or topic to use as destination
setDestinationResolver(DestinationResolver) - Method in class org.apache.camel.component.jms.JmsComponent
A pluggable org.springframework.jms.support.destination.DestinationResolver that allows you to use your own resolver (for example, to lookup the real destination in a JNDI registry).
setDestinationResolver(DestinationResolver) - Method in class org.apache.camel.component.jms.JmsConfiguration
A pluggable org.springframework.jms.support.destination.DestinationResolver that allows you to use your own resolver (for example, to lookup the real destination in a JNDI registry).
setDestinationResolver(DestinationResolver) - Method in class org.apache.camel.component.jms.JmsEndpoint
 
setDestinationType(String) - Method in class org.apache.camel.component.jms.JmsEndpoint
The kind of destination to use
setDisableReplyTo(boolean) - Method in class org.apache.camel.component.jms.EndpointMessageListener
Allows the reply-to behaviour to be disabled
setDisableReplyTo(boolean) - Method in class org.apache.camel.component.jms.JmsConfiguration
Specifies whether Camel ignores the JMSReplyTo header in messages.
setDisableReplyTo(boolean) - Method in class org.apache.camel.component.jms.JmsEndpoint
 
setDisableTimeToLive(boolean) - Method in class org.apache.camel.component.jms.JmsConfiguration
Use this option to force disabling time to live.
setDisableTimeToLive(boolean) - Method in class org.apache.camel.component.jms.JmsEndpoint
 
setDurableSubscriptionName(String) - Method in class org.apache.camel.component.jms.JmsComponent
The durable subscriber name for specifying durable topic subscriptions.
setDurableSubscriptionName(String) - Method in class org.apache.camel.component.jms.JmsConfiguration
The durable subscriber name for specifying durable topic subscriptions.
setDurableSubscriptionName(String) - Method in class org.apache.camel.component.jms.JmsEndpoint
 
setEagerLoadingOfProperties(boolean) - Method in class org.apache.camel.component.jms.EndpointMessageListener
 
setEagerLoadingOfProperties(boolean) - Method in class org.apache.camel.component.jms.JmsComponent
Enables eager loading of JMS properties as soon as a message is loaded which generally is inefficient as the JMS properties may not be required but sometimes can catch early any issues with the underlying JMS provider and the use of JMS properties
setEagerLoadingOfProperties(boolean) - Method in class org.apache.camel.component.jms.JmsConfiguration
Enables eager loading of JMS properties and payload as soon as a message is loaded which generally is inefficient as the JMS properties may not be required but sometimes can catch early any issues with the underlying JMS provider and the use of JMS properties
setEagerLoadingOfProperties(boolean) - Method in class org.apache.camel.component.jms.JmsEndpoint
 
setEndpoint(JmsEndpoint) - Method in interface org.apache.camel.component.jms.reply.ReplyManager
Sets the belonging JmsEndpoint.
setEndpoint(JmsEndpoint) - Method in class org.apache.camel.component.jms.reply.ReplyManagerSupport
 
setErrorHandler(ErrorHandler) - Method in class org.apache.camel.component.jms.JmsComponent
Specifies a org.springframework.util.ErrorHandler to be invoked in case of any uncaught exceptions thrown while processing a Message.
setErrorHandler(ErrorHandler) - Method in class org.apache.camel.component.jms.JmsConfiguration
Specifies a org.springframework.util.ErrorHandler to be invoked in case of any uncaught exceptions thrown while processing a Message.
setErrorHandler(ErrorHandler) - Method in class org.apache.camel.component.jms.JmsEndpoint
 
setErrorHandlerLoggingLevel(LoggingLevel) - Method in class org.apache.camel.component.jms.JmsComponent
Allows to configure the default errorHandler logging level for logging uncaught exceptions.
setErrorHandlerLoggingLevel(LoggingLevel) - Method in class org.apache.camel.component.jms.JmsConfiguration
Allows to configure the default errorHandler logging level for logging uncaught exceptions.
setErrorHandlerLogStackTrace(boolean) - Method in class org.apache.camel.component.jms.JmsComponent
Allows to control whether stacktraces should be logged or not, by the default errorHandler.
setErrorHandlerLogStackTrace(boolean) - Method in class org.apache.camel.component.jms.JmsConfiguration
Allows to control whether stacktraces should be logged or not, by the default errorHandler.
setErrorHandlerLogStackTrace(boolean) - Method in class org.apache.camel.component.jms.JmsEndpoint
 
setExceptionListener(ExceptionListener) - Method in class org.apache.camel.component.jms.JmsComponent
Specifies the JMS Exception Listener that is to be notified of any underlying JMS exceptions.
setExceptionListener(ExceptionListener) - Method in class org.apache.camel.component.jms.JmsConfiguration
Specifies the JMS Exception Listener that is to be notified of any underlying JMS exceptions.
setExceptionListener(ExceptionListener) - Method in class org.apache.camel.component.jms.JmsEndpoint
 
setExplicitQosEnabled(boolean) - Method in class org.apache.camel.component.jms.JmsComponent
Set if the deliveryMode, priority or timeToLive qualities of service should be used when sending messages.
setExplicitQosEnabled(boolean) - Method in class org.apache.camel.component.jms.JmsConfiguration
Set if the deliveryMode, priority or timeToLive qualities of service should be used when sending messages.
setExplicitQosEnabled(boolean) - Method in class org.apache.camel.component.jms.JmsEndpoint
 
setExposeListenerSession(boolean) - Method in class org.apache.camel.component.jms.JmsComponent
Specifies whether the listener session should be exposed when consuming messages.
setExposeListenerSession(boolean) - Method in class org.apache.camel.component.jms.JmsConfiguration
Specifies whether the listener session should be exposed when consuming messages.
setExposeListenerSession(boolean) - Method in class org.apache.camel.component.jms.JmsEndpoint
 
setForceSendOriginalMessage(boolean) - Method in class org.apache.camel.component.jms.JmsComponent
When using mapJmsMessage=false Camel will create a new JMS message to send to a new JMS destination if you touch the headers (get or set) during the route.
setForceSendOriginalMessage(boolean) - Method in class org.apache.camel.component.jms.JmsConfiguration
When using mapJmsMessage=false Camel will create a new JMS message to send to a new JMS destination if you touch the headers (get or set) during the route.
setForceSendOriginalMessage(boolean) - Method in class org.apache.camel.component.jms.JmsEndpoint
 
setFormatDateHeadersToIso8601(boolean) - Method in class org.apache.camel.component.jms.JmsComponent
Sets whether date headers should be formatted according to the ISO 8601 standard.
setFormatDateHeadersToIso8601(boolean) - Method in class org.apache.camel.component.jms.JmsConfiguration
Sets whether date headers should be formatted according to the ISO 8601 standard.
setFormatDateHeadersToIso8601(boolean) - Method in class org.apache.camel.component.jms.JmsEndpoint
 
setHeader(String, Object) - Method in class org.apache.camel.component.jms.JmsMessage
 
setHeaderFilterStrategy(HeaderFilterStrategy) - Method in class org.apache.camel.component.jms.JmsEndpoint
To use a custom HeaderFilterStrategy to filter header to and from Camel message.
setHeaders(Map<String, Object>) - Method in class org.apache.camel.component.jms.JmsMessage
 
setIdleConsumerLimit(int) - Method in class org.apache.camel.component.jms.JmsComponent
Specify the limit for the number of consumers that are allowed to be idle at any given time.
setIdleConsumerLimit(int) - Method in class org.apache.camel.component.jms.JmsConfiguration
Specify the limit for the number of consumers that are allowed to be idle at any given time.
setIdleConsumerLimit(int) - Method in class org.apache.camel.component.jms.JmsEndpoint
 
setIdleTaskExecutionLimit(int) - Method in class org.apache.camel.component.jms.JmsComponent
Specifies the limit for idle executions of a receive task, not having received any message within its execution.
setIdleTaskExecutionLimit(int) - Method in class org.apache.camel.component.jms.JmsConfiguration
Specifies the limit for idle executions of a receive task, not having received any message within its execution.
setIdleTaskExecutionLimit(int) - Method in class org.apache.camel.component.jms.JmsEndpoint
 
setIncludeAllJMSXProperties(boolean) - Method in class org.apache.camel.component.jms.JmsComponent
Whether to include all JMSXxxx properties when mapping from JMS to Camel Message.
setIncludeAllJMSXProperties(boolean) - Method in class org.apache.camel.component.jms.JmsConfiguration
Whether to include all JMSXxxx properties when mapping from JMS to Camel Message.
setIncludeAllJMSXProperties(boolean) - Method in class org.apache.camel.component.jms.JmsEndpoint
 
setIncludeSentJMSMessageID(boolean) - Method in class org.apache.camel.component.jms.JmsComponent
Only applicable when sending to JMS destination using InOnly (eg fire and forget).
setIncludeSentJMSMessageID(boolean) - Method in class org.apache.camel.component.jms.JmsConfiguration
Only applicable when sending to JMS destination using InOnly (eg fire and forget).
setIncludeSentJMSMessageID(boolean) - Method in class org.apache.camel.component.jms.JmsEndpoint
 
setInOnlyTemplate(JmsOperations) - Method in class org.apache.camel.component.jms.JmsProducer
 
setInOutTemplate(JmsOperations) - Method in class org.apache.camel.component.jms.JmsProducer
 
setJMSDeliveryMode(Exchange, Message, Object) - Static method in class org.apache.camel.component.jms.JmsMessageHelper
Sets the JMSDeliveryMode on the message.
setJmsKeyFormatStrategy(JmsKeyFormatStrategy) - Method in class org.apache.camel.component.jms.JmsComponent
Pluggable strategy for encoding and decoding JMS keys so they can be compliant with the JMS specification.
setJmsKeyFormatStrategy(String) - Method in class org.apache.camel.component.jms.JmsComponent
Pluggable strategy for encoding and decoding JMS keys so they can be compliant with the JMS specification.
setJmsKeyFormatStrategy(JmsKeyFormatStrategy) - Method in class org.apache.camel.component.jms.JmsConfiguration
Pluggable strategy for encoding and decoding JMS keys so they can be compliant with the JMS specification.
setJmsKeyFormatStrategy(JmsKeyFormatStrategy) - Method in class org.apache.camel.component.jms.JmsEndpoint
 
setJmsMessage(Message) - Method in class org.apache.camel.component.jms.JmsMessage
 
setJmsMessageType(JmsMessageType) - Method in class org.apache.camel.component.jms.JmsConfiguration
Allows you to force the use of a specific javax.jms.Message implementation for sending JMS messages.
setJmsMessageType(JmsMessageType) - Method in class org.apache.camel.component.jms.JmsEndpoint
 
setJmsOperations(JmsOperations) - Method in class org.apache.camel.component.jms.JmsComponent
Allows you to use your own implementation of the org.springframework.jms.core.JmsOperations interface.
setJmsOperations(JmsOperations) - Method in class org.apache.camel.component.jms.JmsConfiguration
Allows you to use your own implementation of the org.springframework.jms.core.JmsOperations interface.
setJmsOperations(JmsOperations) - Method in class org.apache.camel.component.jms.JmsEndpoint
 
setJMSReplyTo(Message, Destination) - Static method in class org.apache.camel.component.jms.JmsMessageHelper
Sets the JMSReplyTo on the message.
setJmsSession(Session) - Method in class org.apache.camel.component.jms.JmsMessage
 
setLazyCreateTransactionManager(boolean) - Method in class org.apache.camel.component.jms.JmsComponent
If true, Camel will create a JmsTransactionManager, if there is no transactionManager injected when option transacted=true.
setLazyCreateTransactionManager(boolean) - Method in class org.apache.camel.component.jms.JmsConfiguration
If true, Camel will create a JmsTransactionManager, if there is no transactionManager injected when option transacted=true.
setLazyCreateTransactionManager(boolean) - Method in class org.apache.camel.component.jms.JmsEndpoint
 
setListener(CorrelationListener) - Method in class org.apache.camel.component.jms.reply.CorrelationTimeoutMap
 
setListenerConnectionFactory(ConnectionFactory) - Method in class org.apache.camel.component.jms.JmsConfiguration
Sets the connection factory to be used for consuming messages
setListenerConnectionFactory(ConnectionFactory) - Method in class org.apache.camel.component.jms.JmsEndpoint
 
setMapJmsMessage(boolean) - Method in class org.apache.camel.component.jms.JmsComponent
Specifies whether Camel should auto map the received JMS message to a suited payload type, such as javax.jms.TextMessage to a String etc.
setMapJmsMessage(boolean) - Method in class org.apache.camel.component.jms.JmsConfiguration
Specifies whether Camel should auto map the received JMS message to a suited payload type, such as javax.jms.TextMessage to a String etc.
setMaxConcurrentConsumers(int) - Method in class org.apache.camel.component.jms.JmsComponent
Specifies the maximum number of concurrent consumers when consuming from JMS (not for request/reply over JMS).
setMaxConcurrentConsumers(int) - Method in class org.apache.camel.component.jms.JmsConfiguration
Specifies the maximum number of concurrent consumers when consuming from JMS (not for request/reply over JMS).
setMaxConcurrentConsumers(int) - Method in class org.apache.camel.component.jms.JmsEndpoint
 
setMaximumBrowseSize(int) - Method in class org.apache.camel.component.jms.JmsQueueEndpoint
If a number is set > 0 then this limits the number of messages that are returned when browsing the queue
setMaxMessagesPerTask(int) - Method in class org.apache.camel.component.jms.JmsComponent
The number of messages per task.
setMaxMessagesPerTask(int) - Method in class org.apache.camel.component.jms.JmsConfiguration
The number of messages per task.
setMaxMessagesPerTask(int) - Method in class org.apache.camel.component.jms.JmsEndpoint
 
setMessageConverter(MessageConverter) - Method in class org.apache.camel.component.jms.JmsComponent
To use a custom Spring org.springframework.jms.support.converter.MessageConverter so you can be in control how to map to/from a javax.jms.Message.
setMessageConverter(MessageConverter) - Method in class org.apache.camel.component.jms.JmsConfiguration
To use a custom Spring org.springframework.jms.support.converter.MessageConverter so you can be in control how to map to/from a javax.jms.Message.
setMessageConverter(MessageConverter) - Method in class org.apache.camel.component.jms.JmsEndpoint
 
setMessageCreatedStrategy(MessageCreatedStrategy) - Method in class org.apache.camel.component.jms.JmsComponent
To use the given MessageCreatedStrategy which are invoked when Camel creates new instances of javax.jms.Message objects when Camel is sending a JMS message.
setMessageCreatedStrategy(MessageCreatedStrategy) - Method in class org.apache.camel.component.jms.JmsConfiguration
To use the given MessageCreatedStrategy which are invoked when Camel creates new instances of javax.jms.Message objects when Camel is sending a JMS message.
setMessageCreatedStrategy(MessageCreatedStrategy) - Method in class org.apache.camel.component.jms.JmsEndpoint
 
setMessageId(Exchange) - Method in class org.apache.camel.component.jms.JmsProducer
 
setMessageIdEnabled(boolean) - Method in class org.apache.camel.component.jms.JmsComponent
When sending, specifies whether message IDs should be added.
setMessageIdEnabled(boolean) - Method in class org.apache.camel.component.jms.JmsConfiguration
When sending, specifies whether message IDs should be added.
setMessageIdEnabled(boolean) - Method in class org.apache.camel.component.jms.JmsEndpoint
 
setMessageListenerContainerFactory(MessageListenerContainerFactory) - Method in class org.apache.camel.component.jms.JmsConfiguration
Registry ID of the MessageListenerContainerFactory used to determine what org.springframework.jms.listener.AbstractMessageListenerContainer to use to consume messages.
setMessageListenerContainerFactory(MessageListenerContainerFactory) - Method in class org.apache.camel.component.jms.JmsEndpoint
 
setMessageSelector(String) - Method in class org.apache.camel.component.jms.JmsConsumer
 
setMessageTimestampEnabled(boolean) - Method in class org.apache.camel.component.jms.JmsComponent
Specifies whether timestamps should be enabled by default on sending messages.
setMessageTimestampEnabled(boolean) - Method in class org.apache.camel.component.jms.JmsConfiguration
Specifies whether timestamps should be enabled by default on sending messages.
setMessageTimestampEnabled(boolean) - Method in class org.apache.camel.component.jms.JmsEndpoint
 
setMetadataJmsOperations(JmsOperations) - Method in class org.apache.camel.component.jms.JmsConfiguration
Sets the JmsOperations used to deduce the JmsProviderMetadata details which if none is customized one is lazily created on demand
setMetadataJmsOperations(JmsOperations) - Method in class org.apache.camel.component.jms.JmsEndpoint
 
setOnTimeoutExecutorService(ExecutorService) - Method in interface org.apache.camel.component.jms.reply.ReplyManager
Sets the thread pool to use for continue routing Exchange when a timeout was triggered when doing request/reply over JMS.
setOnTimeoutExecutorService(ExecutorService) - Method in class org.apache.camel.component.jms.reply.ReplyManagerSupport
 
setPassword(String) - Method in class org.apache.camel.component.jms.JmsComponent
Password to use with the ConnectionFactory.
setPassword(String) - Method in class org.apache.camel.component.jms.JmsConfiguration
Password to use with the ConnectionFactory.
setPreserveMessageQos(boolean) - Method in class org.apache.camel.component.jms.JmsComponent
Set to true, if you want to send message using the QoS settings specified on the message, instead of the QoS settings on the JMS endpoint.
setPreserveMessageQos(boolean) - Method in class org.apache.camel.component.jms.JmsConfiguration
Set to true, if you want to send message using the QoS settings specified on the message, instead of the QoS settings on the JMS endpoint.
setPreserveMessageQos(boolean) - Method in class org.apache.camel.component.jms.JmsEndpoint
 
setPriority(int) - Method in class org.apache.camel.component.jms.JmsComponent
Values greater than 1 specify the message priority when sending (where 0 is the lowest priority and 9 is the highest).
setPriority(int) - Method in class org.apache.camel.component.jms.JmsConfiguration
Values greater than 1 specify the message priority when sending (where 0 is the lowest priority and 9 is the highest).
setPriority(int) - Method in class org.apache.camel.component.jms.JmsEndpoint
 
setProperty(Message, String, Object) - Static method in class org.apache.camel.component.jms.JmsMessageHelper
Sets the property on the given JMS message.
setProviderMetadata(JmsProviderMetadata) - Method in class org.apache.camel.component.jms.JmsConfiguration
Allows the provider metadata to be explicitly configured.
setProviderMetadata(JmsProviderMetadata) - Method in class org.apache.camel.component.jms.JmsEndpoint
 
setPubSubNoLocal(boolean) - Method in class org.apache.camel.component.jms.JmsComponent
Specifies whether to inhibit the delivery of messages published by its own connection.
setPubSubNoLocal(boolean) - Method in class org.apache.camel.component.jms.JmsConfiguration
Specifies whether to inhibit the delivery of messages published by its own connection.
setPubSubNoLocal(boolean) - Method in class org.apache.camel.component.jms.JmsEndpoint
 
setQueueBrowseStrategy(QueueBrowseStrategy) - Method in class org.apache.camel.component.jms.JmsComponent
To use a custom QueueBrowseStrategy when browsing queues
setReceiveTimeout(long) - Method in class org.apache.camel.component.jms.JmsComponent
The timeout for receiving messages (in milliseconds).
setReceiveTimeout(long) - Method in class org.apache.camel.component.jms.JmsConfiguration
The timeout for receiving messages (in milliseconds).
setReceiveTimeout(long) - Method in class org.apache.camel.component.jms.JmsEndpoint
 
setReceiveTimeout(long) - Method in class org.apache.camel.component.jms.JmsPollingConsumer
 
setRecoveryInterval(long) - Method in class org.apache.camel.component.jms.JmsComponent
Specifies the interval between recovery attempts, i.e.
setRecoveryInterval(long) - Method in class org.apache.camel.component.jms.JmsConfiguration
Specifies the interval between recovery attempts, i.e.
setRecoveryInterval(long) - Method in class org.apache.camel.component.jms.JmsEndpoint
 
setReplyOnTimeoutToMaxConcurrentConsumers(int) - Method in class org.apache.camel.component.jms.JmsComponent
Specifies the maximum number of concurrent consumers for continue routing when timeout occurred when using request/reply over JMS.
setReplyTo(String) - Method in class org.apache.camel.component.jms.JmsConfiguration
Provides an explicit ReplyTo destination, which overrides any incoming value of Message.getJMSReplyTo().
setReplyTo(String) - Method in class org.apache.camel.component.jms.JmsEndpoint
 
setReplyTo(Destination) - Method in interface org.apache.camel.component.jms.reply.ReplyManager
Sets the reply to queue the manager should listen for replies.
setReplyTo(Destination) - Method in class org.apache.camel.component.jms.reply.ReplyManagerSupport
 
setReplyToCacheLevelName(String) - Method in class org.apache.camel.component.jms.JmsComponent
Sets the cache level by name for the reply consumer when doing request/reply over JMS.
setReplyToCacheLevelName(String) - Method in class org.apache.camel.component.jms.JmsConfiguration
Sets the cache level by name for the reply consumer when doing request/reply over JMS.
setReplyToCacheLevelName(String) - Method in class org.apache.camel.component.jms.JmsEndpoint
 
setReplyToConcurrentConsumers(int) - Method in class org.apache.camel.component.jms.JmsComponent
Specifies the default number of concurrent consumers when doing request/reply over JMS.
setReplyToConcurrentConsumers(int) - Method in class org.apache.camel.component.jms.JmsConfiguration
Specifies the default number of concurrent consumers when doing request/reply over JMS.
setReplyToConcurrentConsumers(int) - Method in class org.apache.camel.component.jms.JmsEndpoint
 
setReplyToDeliveryPersistent(boolean) - Method in class org.apache.camel.component.jms.JmsConfiguration
Specifies whether to use persistent delivery by default for replies.
setReplyToDeliveryPersistent(boolean) - Method in class org.apache.camel.component.jms.JmsEndpoint
 
setReplyToDestination(Object) - Method in class org.apache.camel.component.jms.EndpointMessageListener
Provides an explicit reply to destination which overrides any incoming value of Message.getJMSReplyTo()
setReplyToDestinationSelectorName(String) - Method in class org.apache.camel.component.jms.JmsConfiguration
Sets the JMS Selector using the fixed name to be used so you can filter out your own replies from the others when using a shared queue (that is, if you are not using a temporary reply queue).
setReplyToDestinationSelectorName(String) - Method in class org.apache.camel.component.jms.JmsEndpoint
 
setReplyToMaxConcurrentConsumers(int) - Method in class org.apache.camel.component.jms.JmsComponent
Specifies the maximum number of concurrent consumers when using request/reply over JMS.
setReplyToMaxConcurrentConsumers(int) - Method in class org.apache.camel.component.jms.JmsConfiguration
Specifies the maximum number of concurrent consumers when using request/reply over JMS.
setReplyToMaxConcurrentConsumers(int) - Method in class org.apache.camel.component.jms.JmsEndpoint
 
setReplyToOnTimeoutMaxConcurrentConsumers(int) - Method in class org.apache.camel.component.jms.JmsConfiguration
Specifies the maximum number of concurrent consumers for continue routing when timeout occurred when using request/reply over JMS.
setReplyToOverride(String) - Method in class org.apache.camel.component.jms.JmsConfiguration
Provides an explicit ReplyTo destination in the JMS message, which overrides the setting of replyTo.
setReplyToOverride(String) - Method in class org.apache.camel.component.jms.JmsEndpoint
 
setReplyToSameDestinationAllowed(boolean) - Method in class org.apache.camel.component.jms.JmsConfiguration
Whether a JMS consumer is allowed to send a reply message to the same destination that the consumer is using to consume from.
setReplyToSameDestinationAllowed(boolean) - Method in class org.apache.camel.component.jms.JmsEndpoint
 
setReplyToSelectorHeader(Message, Message) - Method in class org.apache.camel.component.jms.reply.QueueReplyManager
 
setReplyToSelectorHeader(Message, Message) - Method in interface org.apache.camel.component.jms.reply.ReplyManager
To be used when a reply queue is used with a custom JMS selector is being used.
setReplyToSelectorHeader(Message, Message) - Method in class org.apache.camel.component.jms.reply.TemporaryQueueReplyManager
 
setReplyToType(ReplyToType) - Method in class org.apache.camel.component.jms.JmsComponent
Allows for explicitly specifying which kind of strategy to use for replyTo queues when doing request/reply over JMS.
setReplyToType(ReplyToType) - Method in class org.apache.camel.component.jms.JmsConfiguration
Allows for explicitly specifying which kind of strategy to use for replyTo queues when doing request/reply over JMS.
setReplyToType(String) - Method in class org.apache.camel.component.jms.JmsEndpoint
 
setRequestTimeout(long) - Method in class org.apache.camel.component.jms.JmsComponent
The timeout for waiting for a reply when using the InOut Exchange Pattern (in milliseconds).
setRequestTimeout(long) - Method in class org.apache.camel.component.jms.JmsConfiguration
The timeout for waiting for a reply when using the InOut Exchange Pattern (in milliseconds).
setRequestTimeout(long) - Method in class org.apache.camel.component.jms.JmsEndpoint
 
setRequestTimeoutCheckerInterval(long) - Method in class org.apache.camel.component.jms.JmsComponent
Configures how often Camel should check for timed out Exchanges when doing request/reply over JMS.
setRequestTimeoutCheckerInterval(long) - Method in class org.apache.camel.component.jms.JmsConfiguration
Configures how often Camel should check for timed out Exchanges when doing request/reply over JMS.
setScheduledExecutorService(ScheduledExecutorService) - Method in interface org.apache.camel.component.jms.reply.ReplyManager
Sets the scheduled thread pool to use when checking for timeouts (no reply received within a given time period)
setScheduledExecutorService(ScheduledExecutorService) - Method in class org.apache.camel.component.jms.reply.ReplyManagerSupport
 
setSelector(String) - Method in class org.apache.camel.component.jms.JmsConfiguration
Sets the JMS selector to use
setSelector(String) - Method in class org.apache.camel.component.jms.JmsEndpoint
 
setStreamMessageTypeEnabled(boolean) - Method in class org.apache.camel.component.jms.JmsComponent
Sets whether StreamMessage type is enabled or not.
setStreamMessageTypeEnabled(boolean) - Method in class org.apache.camel.component.jms.JmsConfiguration
Sets whether StreamMessage type is enabled or not.
setSubscriptionDurable(boolean) - Method in class org.apache.camel.component.jms.JmsComponent
Set whether to make the subscription durable.
setSubscriptionDurable(boolean) - Method in class org.apache.camel.component.jms.JmsConfiguration
Set whether to make the subscription durable.
setSubscriptionDurable(boolean) - Method in class org.apache.camel.component.jms.JmsEndpoint
 
setSubscriptionName(String) - Method in class org.apache.camel.component.jms.JmsComponent
Set the name of a subscription to create.
setSubscriptionName(String) - Method in class org.apache.camel.component.jms.JmsConfiguration
Set the name of a subscription to create.
setSubscriptionName(String) - Method in class org.apache.camel.component.jms.JmsEndpoint
 
setSubscriptionShared(boolean) - Method in class org.apache.camel.component.jms.JmsComponent
Set whether to make the subscription shared.
setSubscriptionShared(boolean) - Method in class org.apache.camel.component.jms.JmsConfiguration
Set whether to make the subscription shared.
setSubscriptionShared(boolean) - Method in class org.apache.camel.component.jms.JmsEndpoint
 
setTaskExecutor(TaskExecutor) - Method in class org.apache.camel.component.jms.JmsComponent
Allows you to specify a custom task executor for consuming messages.
setTaskExecutor(TaskExecutor) - Method in class org.apache.camel.component.jms.JmsConfiguration
Allows you to specify a custom task executor for consuming messages.
setTaskExecutor(TaskExecutor) - Method in class org.apache.camel.component.jms.JmsEndpoint
 
setTemplate(JmsOperations) - Method in class org.apache.camel.component.jms.EndpointMessageListener
 
setTemplateConnectionFactory(ConnectionFactory) - Method in class org.apache.camel.component.jms.JmsConfiguration
Sets the connection factory to be used for sending messages via the JmsTemplate via JmsConfiguration.createInOnlyTemplate(JmsEndpoint, boolean, String)
setTemplateConnectionFactory(ConnectionFactory) - Method in class org.apache.camel.component.jms.JmsEndpoint
 
setTemporaryQueueType(Class<? extends TemporaryQueue>) - Method in class org.apache.camel.component.jms.JmsProviderMetadata
 
setTemporaryTopicType(Class<? extends TemporaryTopic>) - Method in class org.apache.camel.component.jms.JmsProviderMetadata
 
setTestConnectionOnStartup(boolean) - Method in class org.apache.camel.component.jms.JmsComponent
Specifies whether to test the connection on startup.
setTestConnectionOnStartup(boolean) - Method in class org.apache.camel.component.jms.JmsConfiguration
Specifies whether to test the connection on startup.
setTestConnectionOnStartup(boolean) - Method in class org.apache.camel.component.jms.JmsEndpoint
 
setTimeToLive(long) - Method in class org.apache.camel.component.jms.JmsComponent
When sending messages, specifies the time-to-live of the message (in milliseconds).
setTimeToLive(long) - Method in class org.apache.camel.component.jms.JmsConfiguration
When sending messages, specifies the time-to-live of the message (in milliseconds).
setTimeToLive(long) - Method in class org.apache.camel.component.jms.JmsEndpoint
 
setTransacted(boolean) - Method in class org.apache.camel.component.jms.JmsComponent
Specifies whether to use transacted mode
setTransacted(boolean) - Method in class org.apache.camel.component.jms.JmsConfiguration
Specifies whether to use transacted mode
setTransacted(boolean) - Method in class org.apache.camel.component.jms.JmsEndpoint
 
setTransactedInOut(boolean) - Method in class org.apache.camel.component.jms.JmsConfiguration
Deprecated.
setTransactedInOut(boolean) - Method in class org.apache.camel.component.jms.JmsEndpoint
Deprecated.
setTransactionManager(PlatformTransactionManager) - Method in class org.apache.camel.component.jms.JmsComponent
The Spring transaction manager to use.
setTransactionManager(PlatformTransactionManager) - Method in class org.apache.camel.component.jms.JmsConfiguration
The Spring transaction manager to use.
setTransactionManager(PlatformTransactionManager) - Method in class org.apache.camel.component.jms.JmsEndpoint
 
setTransactionName(String) - Method in class org.apache.camel.component.jms.JmsComponent
The name of the transaction to use.
setTransactionName(String) - Method in class org.apache.camel.component.jms.JmsConfiguration
The name of the transaction to use.
setTransactionName(String) - Method in class org.apache.camel.component.jms.JmsEndpoint
 
setTransactionTimeout(int) - Method in class org.apache.camel.component.jms.JmsComponent
The timeout value of the transaction (in seconds), if using transacted mode.
setTransactionTimeout(int) - Method in class org.apache.camel.component.jms.JmsConfiguration
The timeout value of the transaction (in seconds), if using transacted mode.
setTransactionTimeout(int) - Method in class org.apache.camel.component.jms.JmsEndpoint
 
setTransferException(boolean) - Method in class org.apache.camel.component.jms.JmsComponent
If enabled and you are using Request Reply messaging (InOut) and an Exchange failed on the consumer side, then the caused Exception will be send back in response as a javax.jms.ObjectMessage.
setTransferException(boolean) - Method in class org.apache.camel.component.jms.JmsConfiguration
If enabled and you are using Request Reply messaging (InOut) and an Exchange failed on the consumer side, then the caused Exception will be send back in response as a javax.jms.ObjectMessage.
setTransferException(boolean) - Method in class org.apache.camel.component.jms.JmsEndpoint
 
setTransferExchange(boolean) - Method in class org.apache.camel.component.jms.JmsComponent
You can transfer the exchange over the wire instead of just the body and headers.
setTransferExchange(boolean) - Method in class org.apache.camel.component.jms.JmsConfiguration
You can transfer the exchange over the wire instead of just the body and headers.
setTransferExchange(boolean) - Method in class org.apache.camel.component.jms.JmsEndpoint
 
setTransferFault(boolean) - Method in class org.apache.camel.component.jms.JmsComponent
If enabled and you are using Request Reply messaging (InOut) and an Exchange failed with a SOAP fault (not exception) on the consumer side, then the fault flag on Message.isFault() will be send back in the response as a JMS header with the key JmsConstants.JMS_TRANSFER_FAULT.
setTransferFault(boolean) - Method in class org.apache.camel.component.jms.JmsConfiguration
If enabled and you are using Request Reply messaging (InOut) and an Exchange failed with a SOAP fault (not exception) on the consumer side, then the fault flag on Message.isFault() will be send back in the response as a JMS header with the key JmsConstants.JMS_TRANSFER_FAULT.
setTransferFault(boolean) - Method in class org.apache.camel.component.jms.JmsEndpoint
 
setUseMessageIDAsCorrelationID(boolean) - Method in class org.apache.camel.component.jms.JmsComponent
Specifies whether JMSMessageID should always be used as JMSCorrelationID for InOut messages.
setUseMessageIDAsCorrelationID(boolean) - Method in class org.apache.camel.component.jms.JmsConfiguration
Specifies whether JMSMessageID should always be used as JMSCorrelationID for InOut messages.
setUseMessageIDAsCorrelationID(boolean) - Method in class org.apache.camel.component.jms.JmsEndpoint
 
setUsername(String) - Method in class org.apache.camel.component.jms.JmsComponent
Username to use with the ConnectionFactory.
setUsername(String) - Method in class org.apache.camel.component.jms.JmsConfiguration
Username to use with the ConnectionFactory.
setUuidGenerator(UuidGenerator) - Method in class org.apache.camel.component.jms.JmsProducer
 
setWaitForProvisionCorrelationToBeUpdatedCounter(int) - Method in class org.apache.camel.component.jms.JmsComponent
Number of times to wait for provisional correlation id to be updated to the actual correlation id when doing request/reply over JMS and when the option useMessageIDAsCorrelationID is enabled.
setWaitForProvisionCorrelationToBeUpdatedCounter(int) - Method in class org.apache.camel.component.jms.JmsConfiguration
Number of times to wait for provisional correlation id to be updated to the actual correlation id when doing request/reply over JMS and when the option useMessageIDAsCorrelationID is enabled.
setWaitForProvisionCorrelationToBeUpdatedCounter(int) - Method in class org.apache.camel.component.jms.JmsEndpoint
 
setWaitForProvisionCorrelationToBeUpdatedThreadSleepingTime(long) - Method in class org.apache.camel.component.jms.JmsComponent
Interval in millis to sleep each time while waiting for provisional correlation id to be updated.
setWaitForProvisionCorrelationToBeUpdatedThreadSleepingTime(long) - Method in class org.apache.camel.component.jms.JmsConfiguration
Interval in millis to sleep each time while waiting for provisional correlation id to be updated.
setWaitForProvisionCorrelationToBeUpdatedThreadSleepingTime(long) - Method in class org.apache.camel.component.jms.JmsEndpoint
 
SharedQueueMessageListenerContainer - Class in org.apache.camel.component.jms.reply
This DefaultMessageListenerContainer is used for reply queues which are shared.
SharedQueueMessageListenerContainer(JmsEndpoint, String) - Constructor for class org.apache.camel.component.jms.reply.SharedQueueMessageListenerContainer
Use a fixed JMS message selector
SharedQueueMessageListenerContainer(JmsEndpoint, MessageSelectorCreator) - Constructor for class org.apache.camel.component.jms.reply.SharedQueueMessageListenerContainer
Use a dynamic JMS message selector
shouldCreateNewMessage() - Method in class org.apache.camel.component.jms.JmsMessage
Returns true if a new JMS message instance should be created to send to the next component
shouldOutputHeader(Message, String, Object, Exchange) - Method in class org.apache.camel.component.jms.JmsBinding
Strategy to allow filtering of headers which are put on the JMS message

Note: Currently only supports sending java identifiers as keys

shutdown() - Method in class org.apache.camel.component.jms.JmsEndpoint
 
SimpleJmsMessageListenerContainer - Class in org.apache.camel.component.jms
The simple container which listen for messages on the JMS destination.
SimpleJmsMessageListenerContainer(JmsEndpoint) - Constructor for class org.apache.camel.component.jms.SimpleJmsMessageListenerContainer
 
startListenerContainer() - Method in class org.apache.camel.component.jms.JmsConsumer
Starts the JMS listener container

Can be used to start this consumer later if it was configured to not auto startup.

stop() - Method in class org.apache.camel.component.jms.DefaultJmsMessageListenerContainer
 
stop() - Method in class org.apache.camel.component.jms.JmsEndpoint
 
stopAndDestroyListenerContainer() - Method in class org.apache.camel.component.jms.JmsConsumer
 
stopSharedConnection() - Method in class org.apache.camel.component.jms.DefaultJmsMessageListenerContainer
 
StreamMessageInputStream - Class in org.apache.camel.component.jms
 
StreamMessageInputStream(StreamMessage) - Constructor for class org.apache.camel.component.jms.StreamMessageInputStream
 
supportBlobMessage() - Method in class org.apache.camel.component.jms.JmsConfiguration
Should get overridden by implementations which support BlobMessages

T

TEMP_QUEUE_PREFIX - Static variable in class org.apache.camel.component.jms.JmsConfiguration
 
TEMP_TOPIC_PREFIX - Static variable in class org.apache.camel.component.jms.JmsConfiguration
 
TemporaryQueueReplyHandler - Class in org.apache.camel.component.jms.reply
ReplyHandler to handle processing replies when using temporary queues.
TemporaryQueueReplyHandler(ReplyManager, Exchange, AsyncCallback, String, String, long) - Constructor for class org.apache.camel.component.jms.reply.TemporaryQueueReplyHandler
 
TemporaryQueueReplyManager - Class in org.apache.camel.component.jms.reply
A ReplyManager when using temporary queues.
TemporaryQueueReplyManager(CamelContext) - Constructor for class org.apache.camel.component.jms.reply.TemporaryQueueReplyManager
 
testConnectionOnStartup() - Method in class org.apache.camel.component.jms.JmsConsumer
Pre tests the connection before starting the listening.
testConnectionOnStartup() - Method in class org.apache.camel.component.jms.JmsProducer
Pre tests the connection before starting the listening.
timeout - Variable in class org.apache.camel.component.jms.reply.TemporaryQueueReplyHandler
 
timeoutMap - Variable in class org.apache.camel.component.jms.reply.MessageSelectorCreator
 
TOPIC_PREFIX - Static variable in class org.apache.camel.component.jms.JmsConfiguration
 
toString() - Method in class org.apache.camel.component.jms.EndpointMessageListener
 
toString() - Method in class org.apache.camel.component.jms.JmsMessage
 

U

unInitReplyManager() - Method in class org.apache.camel.component.jms.JmsProducer
 
updateCorrelationId(String, String, long) - Method in class org.apache.camel.component.jms.reply.QueueReplyManager
 
updateCorrelationId(String, String, long) - Method in interface org.apache.camel.component.jms.reply.ReplyManager
Updates the correlation id to the new correlation id.
updateCorrelationId(String, String, long) - Method in class org.apache.camel.component.jms.reply.TemporaryQueueReplyManager
 
UseMessageIdAsCorrelationIdMessageSentCallback - Class in org.apache.camel.component.jms.reply
Callback to be used when using the option useMessageIDAsCorrelationID.
UseMessageIdAsCorrelationIdMessageSentCallback(ReplyManager, String, long) - Constructor for class org.apache.camel.component.jms.reply.UseMessageIdAsCorrelationIdMessageSentCallback
 

V

valueOf(String) - Static method in enum org.apache.camel.component.jms.ConsumerType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.camel.component.jms.DefaultTaskExecutorType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.camel.component.jms.JmsMessageType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.camel.component.jms.ReplyToType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.camel.component.jms.ConsumerType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.camel.component.jms.DefaultTaskExecutorType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.camel.component.jms.JmsMessageType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.camel.component.jms.ReplyToType
Returns an array containing the constants of this enum type, in the order they are declared.

W

waitForProvisionCorrelationToBeUpdated(String, Message) - Method in class org.apache.camel.component.jms.reply.ReplyManagerSupport
IMPORTANT: This logic is only being used due to high performance in-memory only testing using InOut over JMS.
A B C D E G H I J L M N O P Q R S T U V W 
Skip navigation links
Camel :: JMS 2.21.0.fuse-731003-redhat-00003

Apache Camel