default Sjms2EndpointBuilderFactory.AdvancedSjms2EndpointConsumerBuilder |
Sjms2EndpointBuilderFactory.Sjms2EndpointConsumerBuilder.advanced() |
|
default Sjms2EndpointBuilderFactory.AdvancedSjms2EndpointConsumerBuilder |
Sjms2EndpointBuilderFactory.AdvancedSjms2EndpointConsumerBuilder.asyncStartListener(boolean asyncStartListener) |
Whether to startup the consumer message listener asynchronously, when
starting a route.
|
default Sjms2EndpointBuilderFactory.AdvancedSjms2EndpointConsumerBuilder |
Sjms2EndpointBuilderFactory.AdvancedSjms2EndpointConsumerBuilder.asyncStartListener(String asyncStartListener) |
Whether to startup the consumer message listener asynchronously, when
starting a route.
|
default Sjms2EndpointBuilderFactory.AdvancedSjms2EndpointConsumerBuilder |
Sjms2EndpointBuilderFactory.AdvancedSjms2EndpointConsumerBuilder.asyncStopListener(boolean asyncStopListener) |
Whether to stop the consumer message listener asynchronously, when
stopping a route.
|
default Sjms2EndpointBuilderFactory.AdvancedSjms2EndpointConsumerBuilder |
Sjms2EndpointBuilderFactory.AdvancedSjms2EndpointConsumerBuilder.asyncStopListener(String asyncStopListener) |
Whether to stop the consumer message listener asynchronously, when
stopping a route.
|
default Sjms2EndpointBuilderFactory.AdvancedSjms2EndpointConsumerBuilder |
Sjms2EndpointBuilderFactory.AdvancedSjms2EndpointConsumerBuilder.destinationCreationStrategy(Object destinationCreationStrategy) |
To use a custom DestinationCreationStrategy.
|
default Sjms2EndpointBuilderFactory.AdvancedSjms2EndpointConsumerBuilder |
Sjms2EndpointBuilderFactory.AdvancedSjms2EndpointConsumerBuilder.destinationCreationStrategy(String destinationCreationStrategy) |
To use a custom DestinationCreationStrategy.
|
default Sjms2EndpointBuilderFactory.AdvancedSjms2EndpointConsumerBuilder |
Sjms2EndpointBuilderFactory.AdvancedSjms2EndpointConsumerBuilder.eagerLoadingOfProperties(boolean eagerLoadingOfProperties) |
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.
|
default Sjms2EndpointBuilderFactory.AdvancedSjms2EndpointConsumerBuilder |
Sjms2EndpointBuilderFactory.AdvancedSjms2EndpointConsumerBuilder.eagerLoadingOfProperties(String eagerLoadingOfProperties) |
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.
|
default Sjms2EndpointBuilderFactory.AdvancedSjms2EndpointConsumerBuilder |
Sjms2EndpointBuilderFactory.AdvancedSjms2EndpointConsumerBuilder.eagerPoisonBody(String eagerPoisonBody) |
If eagerLoadingOfProperties is enabled and the JMS message payload
(JMS body or JMS properties) is poison (cannot be read/mapped), then
set this text as the message body instead so the message can be
processed (the cause of the poison are already stored as exception on
the Exchange).
|
default Sjms2EndpointBuilderFactory.AdvancedSjms2EndpointConsumerBuilder |
Sjms2EndpointBuilderFactory.AdvancedSjms2EndpointConsumerBuilder.exceptionHandler(String exceptionHandler) |
To let the consumer use a custom ExceptionHandler.
|
default Sjms2EndpointBuilderFactory.AdvancedSjms2EndpointConsumerBuilder |
Sjms2EndpointBuilderFactory.AdvancedSjms2EndpointConsumerBuilder.exceptionHandler(org.apache.camel.spi.ExceptionHandler exceptionHandler) |
To let the consumer use a custom ExceptionHandler.
|
default Sjms2EndpointBuilderFactory.AdvancedSjms2EndpointConsumerBuilder |
Sjms2EndpointBuilderFactory.AdvancedSjms2EndpointConsumerBuilder.exceptionListener(Object exceptionListener) |
Specifies the JMS Exception Listener that is to be notified of any
underlying JMS exceptions.
|
default Sjms2EndpointBuilderFactory.AdvancedSjms2EndpointConsumerBuilder |
Sjms2EndpointBuilderFactory.AdvancedSjms2EndpointConsumerBuilder.exceptionListener(String exceptionListener) |
Specifies the JMS Exception Listener that is to be notified of any
underlying JMS exceptions.
|
default Sjms2EndpointBuilderFactory.AdvancedSjms2EndpointConsumerBuilder |
Sjms2EndpointBuilderFactory.AdvancedSjms2EndpointConsumerBuilder.exchangePattern(String exchangePattern) |
Sets the exchange pattern when the consumer creates an exchange.
|
default Sjms2EndpointBuilderFactory.AdvancedSjms2EndpointConsumerBuilder |
Sjms2EndpointBuilderFactory.AdvancedSjms2EndpointConsumerBuilder.exchangePattern(org.apache.camel.ExchangePattern exchangePattern) |
Sets the exchange pattern when the consumer creates an exchange.
|
default Sjms2EndpointBuilderFactory.AdvancedSjms2EndpointConsumerBuilder |
Sjms2EndpointBuilderFactory.AdvancedSjms2EndpointConsumerBuilder.headerFilterStrategy(String headerFilterStrategy) |
To use a custom HeaderFilterStrategy to filter header to and from
Camel message.
|
default Sjms2EndpointBuilderFactory.AdvancedSjms2EndpointConsumerBuilder |
Sjms2EndpointBuilderFactory.AdvancedSjms2EndpointConsumerBuilder.headerFilterStrategy(org.apache.camel.spi.HeaderFilterStrategy headerFilterStrategy) |
To use a custom HeaderFilterStrategy to filter header to and from
Camel message.
|
default Sjms2EndpointBuilderFactory.AdvancedSjms2EndpointConsumerBuilder |
Sjms2EndpointBuilderFactory.AdvancedSjms2EndpointConsumerBuilder.includeAllJMSXProperties(boolean includeAllJMSXProperties) |
Whether to include all JMSXxxx properties when mapping from JMS to
Camel Message.
|
default Sjms2EndpointBuilderFactory.AdvancedSjms2EndpointConsumerBuilder |
Sjms2EndpointBuilderFactory.AdvancedSjms2EndpointConsumerBuilder.includeAllJMSXProperties(String includeAllJMSXProperties) |
Whether to include all JMSXxxx properties when mapping from JMS to
Camel Message.
|
default Sjms2EndpointBuilderFactory.AdvancedSjms2EndpointConsumerBuilder |
Sjms2EndpointBuilderFactory.AdvancedSjms2EndpointConsumerBuilder.jmsKeyFormatStrategy(Object jmsKeyFormatStrategy) |
Pluggable strategy for encoding and decoding JMS keys so they can be
compliant with the JMS specification.
|
default Sjms2EndpointBuilderFactory.AdvancedSjms2EndpointConsumerBuilder |
Sjms2EndpointBuilderFactory.AdvancedSjms2EndpointConsumerBuilder.jmsKeyFormatStrategy(String jmsKeyFormatStrategy) |
Pluggable strategy for encoding and decoding JMS keys so they can be
compliant with the JMS specification.
|
default Sjms2EndpointBuilderFactory.AdvancedSjms2EndpointConsumerBuilder |
Sjms2EndpointBuilderFactory.AdvancedSjms2EndpointConsumerBuilder.mapJmsMessage(boolean mapJmsMessage) |
Specifies whether Camel should auto map the received JMS message to a
suited payload type, such as javax.jms.TextMessage to a String etc.
|
default Sjms2EndpointBuilderFactory.AdvancedSjms2EndpointConsumerBuilder |
Sjms2EndpointBuilderFactory.AdvancedSjms2EndpointConsumerBuilder.mapJmsMessage(String mapJmsMessage) |
Specifies whether Camel should auto map the received JMS message to a
suited payload type, such as javax.jms.TextMessage to a String etc.
|
default Sjms2EndpointBuilderFactory.AdvancedSjms2EndpointConsumerBuilder |
Sjms2EndpointBuilderFactory.AdvancedSjms2EndpointConsumerBuilder.messageCreatedStrategy(Object messageCreatedStrategy) |
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.
|
default Sjms2EndpointBuilderFactory.AdvancedSjms2EndpointConsumerBuilder |
Sjms2EndpointBuilderFactory.AdvancedSjms2EndpointConsumerBuilder.messageCreatedStrategy(String messageCreatedStrategy) |
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.
|
default Sjms2EndpointBuilderFactory.AdvancedSjms2EndpointConsumerBuilder |
Sjms2EndpointBuilderFactory.AdvancedSjms2EndpointConsumerBuilder.messageSelector(String messageSelector) |
Sets the JMS Message selector syntax.
|
default Sjms2EndpointBuilderFactory.AdvancedSjms2EndpointConsumerBuilder |
Sjms2EndpointBuilderFactory.AdvancedSjms2EndpointConsumerBuilder.recoveryInterval(long recoveryInterval) |
Specifies the interval between recovery attempts, i.e.
|
default Sjms2EndpointBuilderFactory.AdvancedSjms2EndpointConsumerBuilder |
Sjms2EndpointBuilderFactory.AdvancedSjms2EndpointConsumerBuilder.recoveryInterval(String recoveryInterval) |
Specifies the interval between recovery attempts, i.e.
|
default Sjms2EndpointBuilderFactory.AdvancedSjms2EndpointConsumerBuilder |
Sjms2EndpointBuilderFactory.AdvancedSjms2EndpointConsumerBuilder.replyToSameDestinationAllowed(boolean replyToSameDestinationAllowed) |
Whether a JMS consumer is allowed to send a reply message to the same
destination that the consumer is using to consume from.
|
default Sjms2EndpointBuilderFactory.AdvancedSjms2EndpointConsumerBuilder |
Sjms2EndpointBuilderFactory.AdvancedSjms2EndpointConsumerBuilder.replyToSameDestinationAllowed(String replyToSameDestinationAllowed) |
Whether a JMS consumer is allowed to send a reply message to the same
destination that the consumer is using to consume from.
|
default Sjms2EndpointBuilderFactory.AdvancedSjms2EndpointConsumerBuilder |
Sjms2EndpointBuilderFactory.AdvancedSjms2EndpointConsumerBuilder.synchronous(boolean synchronous) |
Sets whether synchronous processing should be strictly used.
|
default Sjms2EndpointBuilderFactory.AdvancedSjms2EndpointConsumerBuilder |
Sjms2EndpointBuilderFactory.AdvancedSjms2EndpointConsumerBuilder.synchronous(String synchronous) |
Sets whether synchronous processing should be strictly used.
|
default Sjms2EndpointBuilderFactory.AdvancedSjms2EndpointConsumerBuilder |
Sjms2EndpointBuilderFactory.AdvancedSjms2EndpointConsumerBuilder.transferException(boolean transferException) |
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.
|
default Sjms2EndpointBuilderFactory.AdvancedSjms2EndpointConsumerBuilder |
Sjms2EndpointBuilderFactory.AdvancedSjms2EndpointConsumerBuilder.transferException(String transferException) |
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.
|