- 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
- setArtemisConsumerPriority(int) - Method in class org.apache.camel.component.jms.JmsConfiguration
-
- setArtemisStreamingEnabled(boolean) - Method in class org.apache.camel.component.jms.JmsComponent
-
Whether optimizing for Apache Artemis streaming mode.
- setArtemisStreamingEnabled(boolean) - Method in class org.apache.camel.component.jms.JmsConfiguration
-
Whether optimizing for Apache Artemis streaming mode.
- setArtemisStreamingEnabled(boolean) - Method in class org.apache.camel.component.jms.JmsEndpoint
-
- 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
-
- 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
-
- setDeliveryDelay(long) - Method in class org.apache.camel.component.jms.JmsConfiguration
-
Sets delivery delay to use for send calls for JMS.
- 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
-
- 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
-
- 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
-
Specifies whether InOut operations (request reply) default to using transacted mode.
- setTransactedInOut(boolean) - Method in class org.apache.camel.component.jms.JmsEndpoint
-
- 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