public static interface Sjms2EndpointBuilderFactory.AdvancedSjms2EndpointConsumerBuilder
extends org.apache.camel.builder.EndpointConsumerBuilder
| Modifier and Type | Method and Description |
|---|---|
default Sjms2EndpointBuilderFactory.AdvancedSjms2EndpointConsumerBuilder |
asyncStartListener(boolean asyncStartListener)
Whether to startup the consumer message listener asynchronously, when
starting a route.
|
default Sjms2EndpointBuilderFactory.AdvancedSjms2EndpointConsumerBuilder |
asyncStartListener(String asyncStartListener)
Whether to startup the consumer message listener asynchronously, when
starting a route.
|
default Sjms2EndpointBuilderFactory.AdvancedSjms2EndpointConsumerBuilder |
asyncStopListener(boolean asyncStopListener)
Whether to stop the consumer message listener asynchronously, when
stopping a route.
|
default Sjms2EndpointBuilderFactory.AdvancedSjms2EndpointConsumerBuilder |
asyncStopListener(String asyncStopListener)
Whether to stop the consumer message listener asynchronously, when
stopping a route.
|
default Sjms2EndpointBuilderFactory.Sjms2EndpointConsumerBuilder |
basic() |
default Sjms2EndpointBuilderFactory.AdvancedSjms2EndpointConsumerBuilder |
connectionCount(Integer connectionCount)
The maximum number of connections available to this endpoint.
|
default Sjms2EndpointBuilderFactory.AdvancedSjms2EndpointConsumerBuilder |
connectionCount(String connectionCount)
The maximum number of connections available to this endpoint.
|
default Sjms2EndpointBuilderFactory.AdvancedSjms2EndpointConsumerBuilder |
connectionFactory(Object connectionFactory)
Initializes the connectionFactory for the endpoint, which takes
precedence over the component's connectionFactory, if any.
|
default Sjms2EndpointBuilderFactory.AdvancedSjms2EndpointConsumerBuilder |
connectionFactory(String connectionFactory)
Initializes the connectionFactory for the endpoint, which takes
precedence over the component's connectionFactory, if any.
|
default Sjms2EndpointBuilderFactory.AdvancedSjms2EndpointConsumerBuilder |
connectionResource(Object connectionResource)
Initializes the connectionResource for the endpoint, which takes
precedence over the component's connectionResource, if any.
|
default Sjms2EndpointBuilderFactory.AdvancedSjms2EndpointConsumerBuilder |
connectionResource(String connectionResource)
Initializes the connectionResource for the endpoint, which takes
precedence over the component's connectionResource, if any.
|
default Sjms2EndpointBuilderFactory.AdvancedSjms2EndpointConsumerBuilder |
destinationCreationStrategy(Object destinationCreationStrategy)
To use a custom DestinationCreationStrategy.
|
default Sjms2EndpointBuilderFactory.AdvancedSjms2EndpointConsumerBuilder |
destinationCreationStrategy(String destinationCreationStrategy)
To use a custom DestinationCreationStrategy.
|
default Sjms2EndpointBuilderFactory.AdvancedSjms2EndpointConsumerBuilder |
exceptionHandler(org.apache.camel.spi.ExceptionHandler exceptionHandler)
To let the consumer use a custom ExceptionHandler.
|
default Sjms2EndpointBuilderFactory.AdvancedSjms2EndpointConsumerBuilder |
exceptionHandler(String exceptionHandler)
To let the consumer use a custom ExceptionHandler.
|
default Sjms2EndpointBuilderFactory.AdvancedSjms2EndpointConsumerBuilder |
exceptionListener(Object exceptionListener)
Specifies the JMS Exception Listener that is to be notified of any
underlying JMS exceptions.
|
default Sjms2EndpointBuilderFactory.AdvancedSjms2EndpointConsumerBuilder |
exceptionListener(String exceptionListener)
Specifies the JMS Exception Listener that is to be notified of any
underlying JMS exceptions.
|
default Sjms2EndpointBuilderFactory.AdvancedSjms2EndpointConsumerBuilder |
exchangePattern(org.apache.camel.ExchangePattern exchangePattern)
Sets the exchange pattern when the consumer creates an exchange.
|
default Sjms2EndpointBuilderFactory.AdvancedSjms2EndpointConsumerBuilder |
exchangePattern(String exchangePattern)
Sets the exchange pattern when the consumer creates an exchange.
|
default 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 |
headerFilterStrategy(String headerFilterStrategy)
To use a custom HeaderFilterStrategy to filter header to and from
Camel message.
|
default Sjms2EndpointBuilderFactory.AdvancedSjms2EndpointConsumerBuilder |
includeAllJMSXProperties(boolean includeAllJMSXProperties)
Whether to include all JMSXxxx properties when mapping from JMS to
Camel Message.
|
default Sjms2EndpointBuilderFactory.AdvancedSjms2EndpointConsumerBuilder |
includeAllJMSXProperties(String includeAllJMSXProperties)
Whether to include all JMSXxxx properties when mapping from JMS to
Camel Message.
|
default 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 |
jmsKeyFormatStrategy(String jmsKeyFormatStrategy)
Pluggable strategy for encoding and decoding JMS keys so they can be
compliant with the JMS specification.
|
default 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 |
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 |
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 |
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 |
messageSelector(String messageSelector)
Sets the JMS Message selector syntax.
|
default Sjms2EndpointBuilderFactory.AdvancedSjms2EndpointConsumerBuilder |
sharedJMSSession(boolean sharedJMSSession)
Specifies whether to share JMS session with other SJMS endpoints.
|
default Sjms2EndpointBuilderFactory.AdvancedSjms2EndpointConsumerBuilder |
sharedJMSSession(String sharedJMSSession)
Specifies whether to share JMS session with other SJMS endpoints.
|
default Sjms2EndpointBuilderFactory.Sjms2EndpointConsumerBuilder basic()
default Sjms2EndpointBuilderFactory.AdvancedSjms2EndpointConsumerBuilder exceptionHandler(org.apache.camel.spi.ExceptionHandler exceptionHandler)
exceptionHandler - the value to setdefault Sjms2EndpointBuilderFactory.AdvancedSjms2EndpointConsumerBuilder exceptionHandler(String exceptionHandler)
exceptionHandler - the value to setdefault Sjms2EndpointBuilderFactory.AdvancedSjms2EndpointConsumerBuilder exchangePattern(org.apache.camel.ExchangePattern exchangePattern)
exchangePattern - the value to setdefault Sjms2EndpointBuilderFactory.AdvancedSjms2EndpointConsumerBuilder exchangePattern(String exchangePattern)
exchangePattern - the value to setdefault Sjms2EndpointBuilderFactory.AdvancedSjms2EndpointConsumerBuilder messageSelector(String messageSelector)
messageSelector - the value to setdefault Sjms2EndpointBuilderFactory.AdvancedSjms2EndpointConsumerBuilder asyncStartListener(boolean asyncStartListener)
asyncStartListener - the value to setdefault Sjms2EndpointBuilderFactory.AdvancedSjms2EndpointConsumerBuilder asyncStartListener(String asyncStartListener)
asyncStartListener - the value to setdefault Sjms2EndpointBuilderFactory.AdvancedSjms2EndpointConsumerBuilder asyncStopListener(boolean asyncStopListener)
asyncStopListener - the value to setdefault Sjms2EndpointBuilderFactory.AdvancedSjms2EndpointConsumerBuilder asyncStopListener(String asyncStopListener)
asyncStopListener - the value to setdefault Sjms2EndpointBuilderFactory.AdvancedSjms2EndpointConsumerBuilder connectionCount(Integer connectionCount)
connectionCount - the value to setdefault Sjms2EndpointBuilderFactory.AdvancedSjms2EndpointConsumerBuilder connectionCount(String connectionCount)
connectionCount - the value to setdefault Sjms2EndpointBuilderFactory.AdvancedSjms2EndpointConsumerBuilder connectionFactory(Object connectionFactory)
connectionFactory - the value to setdefault Sjms2EndpointBuilderFactory.AdvancedSjms2EndpointConsumerBuilder connectionFactory(String connectionFactory)
connectionFactory - the value to setdefault Sjms2EndpointBuilderFactory.AdvancedSjms2EndpointConsumerBuilder connectionResource(Object connectionResource)
connectionResource - the value to setdefault Sjms2EndpointBuilderFactory.AdvancedSjms2EndpointConsumerBuilder connectionResource(String connectionResource)
connectionResource - the value to setdefault Sjms2EndpointBuilderFactory.AdvancedSjms2EndpointConsumerBuilder destinationCreationStrategy(Object destinationCreationStrategy)
destinationCreationStrategy - the value to setdefault Sjms2EndpointBuilderFactory.AdvancedSjms2EndpointConsumerBuilder destinationCreationStrategy(String destinationCreationStrategy)
destinationCreationStrategy - the value to setdefault Sjms2EndpointBuilderFactory.AdvancedSjms2EndpointConsumerBuilder exceptionListener(Object exceptionListener)
exceptionListener - the value to setdefault Sjms2EndpointBuilderFactory.AdvancedSjms2EndpointConsumerBuilder exceptionListener(String exceptionListener)
exceptionListener - the value to setdefault Sjms2EndpointBuilderFactory.AdvancedSjms2EndpointConsumerBuilder headerFilterStrategy(org.apache.camel.spi.HeaderFilterStrategy headerFilterStrategy)
headerFilterStrategy - the value to setdefault Sjms2EndpointBuilderFactory.AdvancedSjms2EndpointConsumerBuilder headerFilterStrategy(String headerFilterStrategy)
headerFilterStrategy - the value to setdefault Sjms2EndpointBuilderFactory.AdvancedSjms2EndpointConsumerBuilder includeAllJMSXProperties(boolean includeAllJMSXProperties)
includeAllJMSXProperties - the value to setdefault Sjms2EndpointBuilderFactory.AdvancedSjms2EndpointConsumerBuilder includeAllJMSXProperties(String includeAllJMSXProperties)
includeAllJMSXProperties - the value to setdefault Sjms2EndpointBuilderFactory.AdvancedSjms2EndpointConsumerBuilder jmsKeyFormatStrategy(Object jmsKeyFormatStrategy)
jmsKeyFormatStrategy - the value to setdefault Sjms2EndpointBuilderFactory.AdvancedSjms2EndpointConsumerBuilder jmsKeyFormatStrategy(String jmsKeyFormatStrategy)
jmsKeyFormatStrategy - the value to setdefault Sjms2EndpointBuilderFactory.AdvancedSjms2EndpointConsumerBuilder mapJmsMessage(boolean mapJmsMessage)
mapJmsMessage - the value to setdefault Sjms2EndpointBuilderFactory.AdvancedSjms2EndpointConsumerBuilder mapJmsMessage(String mapJmsMessage)
mapJmsMessage - the value to setdefault Sjms2EndpointBuilderFactory.AdvancedSjms2EndpointConsumerBuilder messageCreatedStrategy(Object messageCreatedStrategy)
messageCreatedStrategy - the value to setdefault Sjms2EndpointBuilderFactory.AdvancedSjms2EndpointConsumerBuilder messageCreatedStrategy(String messageCreatedStrategy)
messageCreatedStrategy - the value to setdefault Sjms2EndpointBuilderFactory.AdvancedSjms2EndpointConsumerBuilder sharedJMSSession(boolean sharedJMSSession)
sharedJMSSession - the value to setdefault Sjms2EndpointBuilderFactory.AdvancedSjms2EndpointConsumerBuilder sharedJMSSession(String sharedJMSSession)
sharedJMSSession - the value to setApache Camel