public static interface Sjms2EndpointBuilderFactory.AdvancedSjms2EndpointBuilder extends Sjms2EndpointBuilderFactory.AdvancedSjms2EndpointConsumerBuilder, Sjms2EndpointBuilderFactory.AdvancedSjms2EndpointProducerBuilder
| Modifier and Type | Method and Description |
|---|---|
default Sjms2EndpointBuilderFactory.AdvancedSjms2EndpointBuilder |
asyncStartListener(boolean asyncStartListener)
Whether to startup the consumer message listener asynchronously, when
starting a route.
|
default Sjms2EndpointBuilderFactory.AdvancedSjms2EndpointBuilder |
asyncStartListener(String asyncStartListener)
Whether to startup the consumer message listener asynchronously, when
starting a route.
|
default Sjms2EndpointBuilderFactory.AdvancedSjms2EndpointBuilder |
asyncStopListener(boolean asyncStopListener)
Whether to stop the consumer message listener asynchronously, when
stopping a route.
|
default Sjms2EndpointBuilderFactory.AdvancedSjms2EndpointBuilder |
asyncStopListener(String asyncStopListener)
Whether to stop the consumer message listener asynchronously, when
stopping a route.
|
default Sjms2EndpointBuilderFactory.Sjms2EndpointBuilder |
basic() |
default Sjms2EndpointBuilderFactory.AdvancedSjms2EndpointBuilder |
connectionCount(Integer connectionCount)
The maximum number of connections available to this endpoint.
|
default Sjms2EndpointBuilderFactory.AdvancedSjms2EndpointBuilder |
connectionCount(String connectionCount)
The maximum number of connections available to this endpoint.
|
default Sjms2EndpointBuilderFactory.AdvancedSjms2EndpointBuilder |
connectionFactory(Object connectionFactory)
Initializes the connectionFactory for the endpoint, which takes
precedence over the component's connectionFactory, if any.
|
default Sjms2EndpointBuilderFactory.AdvancedSjms2EndpointBuilder |
connectionFactory(String connectionFactory)
Initializes the connectionFactory for the endpoint, which takes
precedence over the component's connectionFactory, if any.
|
default Sjms2EndpointBuilderFactory.AdvancedSjms2EndpointBuilder |
connectionResource(Object connectionResource)
Initializes the connectionResource for the endpoint, which takes
precedence over the component's connectionResource, if any.
|
default Sjms2EndpointBuilderFactory.AdvancedSjms2EndpointBuilder |
connectionResource(String connectionResource)
Initializes the connectionResource for the endpoint, which takes
precedence over the component's connectionResource, if any.
|
default Sjms2EndpointBuilderFactory.AdvancedSjms2EndpointBuilder |
destinationCreationStrategy(Object destinationCreationStrategy)
To use a custom DestinationCreationStrategy.
|
default Sjms2EndpointBuilderFactory.AdvancedSjms2EndpointBuilder |
destinationCreationStrategy(String destinationCreationStrategy)
To use a custom DestinationCreationStrategy.
|
default Sjms2EndpointBuilderFactory.AdvancedSjms2EndpointBuilder |
exceptionListener(Object exceptionListener)
Specifies the JMS Exception Listener that is to be notified of any
underlying JMS exceptions.
|
default Sjms2EndpointBuilderFactory.AdvancedSjms2EndpointBuilder |
exceptionListener(String exceptionListener)
Specifies the JMS Exception Listener that is to be notified of any
underlying JMS exceptions.
|
default Sjms2EndpointBuilderFactory.AdvancedSjms2EndpointBuilder |
headerFilterStrategy(org.apache.camel.spi.HeaderFilterStrategy headerFilterStrategy)
To use a custom HeaderFilterStrategy to filter header to and from
Camel message.
|
default Sjms2EndpointBuilderFactory.AdvancedSjms2EndpointBuilder |
headerFilterStrategy(String headerFilterStrategy)
To use a custom HeaderFilterStrategy to filter header to and from
Camel message.
|
default Sjms2EndpointBuilderFactory.AdvancedSjms2EndpointBuilder |
includeAllJMSXProperties(boolean includeAllJMSXProperties)
Whether to include all JMSXxxx properties when mapping from JMS to
Camel Message.
|
default Sjms2EndpointBuilderFactory.AdvancedSjms2EndpointBuilder |
includeAllJMSXProperties(String includeAllJMSXProperties)
Whether to include all JMSXxxx properties when mapping from JMS to
Camel Message.
|
default Sjms2EndpointBuilderFactory.AdvancedSjms2EndpointBuilder |
jmsKeyFormatStrategy(Object jmsKeyFormatStrategy)
Pluggable strategy for encoding and decoding JMS keys so they can be
compliant with the JMS specification.
|
default Sjms2EndpointBuilderFactory.AdvancedSjms2EndpointBuilder |
jmsKeyFormatStrategy(String jmsKeyFormatStrategy)
Pluggable strategy for encoding and decoding JMS keys so they can be
compliant with the JMS specification.
|
default Sjms2EndpointBuilderFactory.AdvancedSjms2EndpointBuilder |
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.AdvancedSjms2EndpointBuilder |
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.AdvancedSjms2EndpointBuilder |
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.AdvancedSjms2EndpointBuilder |
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.AdvancedSjms2EndpointBuilder |
sharedJMSSession(boolean sharedJMSSession)
Specifies whether to share JMS session with other SJMS endpoints.
|
default Sjms2EndpointBuilderFactory.AdvancedSjms2EndpointBuilder |
sharedJMSSession(String sharedJMSSession)
Specifies whether to share JMS session with other SJMS endpoints.
|
exceptionHandler, exceptionHandler, exchangePattern, exchangePattern, messageSelectordoSetMultiValueProperties, doSetMultiValueProperty, doSetProperty, getUriallowNullBody, allowNullBody, prefillPool, prefillPool, responseTimeOut, responseTimeOutdefault Sjms2EndpointBuilderFactory.Sjms2EndpointBuilder basic()
basic in interface Sjms2EndpointBuilderFactory.AdvancedSjms2EndpointConsumerBuilderbasic in interface Sjms2EndpointBuilderFactory.AdvancedSjms2EndpointProducerBuilderdefault Sjms2EndpointBuilderFactory.AdvancedSjms2EndpointBuilder asyncStartListener(boolean asyncStartListener)
asyncStartListener in interface Sjms2EndpointBuilderFactory.AdvancedSjms2EndpointConsumerBuilderasyncStartListener in interface Sjms2EndpointBuilderFactory.AdvancedSjms2EndpointProducerBuilderasyncStartListener - the value to setdefault Sjms2EndpointBuilderFactory.AdvancedSjms2EndpointBuilder asyncStartListener(String asyncStartListener)
asyncStartListener in interface Sjms2EndpointBuilderFactory.AdvancedSjms2EndpointConsumerBuilderasyncStartListener in interface Sjms2EndpointBuilderFactory.AdvancedSjms2EndpointProducerBuilderasyncStartListener - the value to setdefault Sjms2EndpointBuilderFactory.AdvancedSjms2EndpointBuilder asyncStopListener(boolean asyncStopListener)
asyncStopListener in interface Sjms2EndpointBuilderFactory.AdvancedSjms2EndpointConsumerBuilderasyncStopListener in interface Sjms2EndpointBuilderFactory.AdvancedSjms2EndpointProducerBuilderasyncStopListener - the value to setdefault Sjms2EndpointBuilderFactory.AdvancedSjms2EndpointBuilder asyncStopListener(String asyncStopListener)
asyncStopListener in interface Sjms2EndpointBuilderFactory.AdvancedSjms2EndpointConsumerBuilderasyncStopListener in interface Sjms2EndpointBuilderFactory.AdvancedSjms2EndpointProducerBuilderasyncStopListener - the value to setdefault Sjms2EndpointBuilderFactory.AdvancedSjms2EndpointBuilder connectionCount(Integer connectionCount)
connectionCount in interface Sjms2EndpointBuilderFactory.AdvancedSjms2EndpointConsumerBuilderconnectionCount in interface Sjms2EndpointBuilderFactory.AdvancedSjms2EndpointProducerBuilderconnectionCount - the value to setdefault Sjms2EndpointBuilderFactory.AdvancedSjms2EndpointBuilder connectionCount(String connectionCount)
connectionCount in interface Sjms2EndpointBuilderFactory.AdvancedSjms2EndpointConsumerBuilderconnectionCount in interface Sjms2EndpointBuilderFactory.AdvancedSjms2EndpointProducerBuilderconnectionCount - the value to setdefault Sjms2EndpointBuilderFactory.AdvancedSjms2EndpointBuilder connectionFactory(Object connectionFactory)
connectionFactory in interface Sjms2EndpointBuilderFactory.AdvancedSjms2EndpointConsumerBuilderconnectionFactory in interface Sjms2EndpointBuilderFactory.AdvancedSjms2EndpointProducerBuilderconnectionFactory - the value to setdefault Sjms2EndpointBuilderFactory.AdvancedSjms2EndpointBuilder connectionFactory(String connectionFactory)
connectionFactory in interface Sjms2EndpointBuilderFactory.AdvancedSjms2EndpointConsumerBuilderconnectionFactory in interface Sjms2EndpointBuilderFactory.AdvancedSjms2EndpointProducerBuilderconnectionFactory - the value to setdefault Sjms2EndpointBuilderFactory.AdvancedSjms2EndpointBuilder connectionResource(Object connectionResource)
connectionResource in interface Sjms2EndpointBuilderFactory.AdvancedSjms2EndpointConsumerBuilderconnectionResource in interface Sjms2EndpointBuilderFactory.AdvancedSjms2EndpointProducerBuilderconnectionResource - the value to setdefault Sjms2EndpointBuilderFactory.AdvancedSjms2EndpointBuilder connectionResource(String connectionResource)
connectionResource in interface Sjms2EndpointBuilderFactory.AdvancedSjms2EndpointConsumerBuilderconnectionResource in interface Sjms2EndpointBuilderFactory.AdvancedSjms2EndpointProducerBuilderconnectionResource - the value to setdefault Sjms2EndpointBuilderFactory.AdvancedSjms2EndpointBuilder destinationCreationStrategy(Object destinationCreationStrategy)
destinationCreationStrategy in interface Sjms2EndpointBuilderFactory.AdvancedSjms2EndpointConsumerBuilderdestinationCreationStrategy in interface Sjms2EndpointBuilderFactory.AdvancedSjms2EndpointProducerBuilderdestinationCreationStrategy - the value to setdefault Sjms2EndpointBuilderFactory.AdvancedSjms2EndpointBuilder destinationCreationStrategy(String destinationCreationStrategy)
destinationCreationStrategy in interface Sjms2EndpointBuilderFactory.AdvancedSjms2EndpointConsumerBuilderdestinationCreationStrategy in interface Sjms2EndpointBuilderFactory.AdvancedSjms2EndpointProducerBuilderdestinationCreationStrategy - the value to setdefault Sjms2EndpointBuilderFactory.AdvancedSjms2EndpointBuilder exceptionListener(Object exceptionListener)
exceptionListener in interface Sjms2EndpointBuilderFactory.AdvancedSjms2EndpointConsumerBuilderexceptionListener in interface Sjms2EndpointBuilderFactory.AdvancedSjms2EndpointProducerBuilderexceptionListener - the value to setdefault Sjms2EndpointBuilderFactory.AdvancedSjms2EndpointBuilder exceptionListener(String exceptionListener)
exceptionListener in interface Sjms2EndpointBuilderFactory.AdvancedSjms2EndpointConsumerBuilderexceptionListener in interface Sjms2EndpointBuilderFactory.AdvancedSjms2EndpointProducerBuilderexceptionListener - the value to setdefault Sjms2EndpointBuilderFactory.AdvancedSjms2EndpointBuilder headerFilterStrategy(org.apache.camel.spi.HeaderFilterStrategy headerFilterStrategy)
headerFilterStrategy in interface Sjms2EndpointBuilderFactory.AdvancedSjms2EndpointConsumerBuilderheaderFilterStrategy in interface Sjms2EndpointBuilderFactory.AdvancedSjms2EndpointProducerBuilderheaderFilterStrategy - the value to setdefault Sjms2EndpointBuilderFactory.AdvancedSjms2EndpointBuilder headerFilterStrategy(String headerFilterStrategy)
headerFilterStrategy in interface Sjms2EndpointBuilderFactory.AdvancedSjms2EndpointConsumerBuilderheaderFilterStrategy in interface Sjms2EndpointBuilderFactory.AdvancedSjms2EndpointProducerBuilderheaderFilterStrategy - the value to setdefault Sjms2EndpointBuilderFactory.AdvancedSjms2EndpointBuilder includeAllJMSXProperties(boolean includeAllJMSXProperties)
includeAllJMSXProperties in interface Sjms2EndpointBuilderFactory.AdvancedSjms2EndpointConsumerBuilderincludeAllJMSXProperties in interface Sjms2EndpointBuilderFactory.AdvancedSjms2EndpointProducerBuilderincludeAllJMSXProperties - the value to setdefault Sjms2EndpointBuilderFactory.AdvancedSjms2EndpointBuilder includeAllJMSXProperties(String includeAllJMSXProperties)
includeAllJMSXProperties in interface Sjms2EndpointBuilderFactory.AdvancedSjms2EndpointConsumerBuilderincludeAllJMSXProperties in interface Sjms2EndpointBuilderFactory.AdvancedSjms2EndpointProducerBuilderincludeAllJMSXProperties - the value to setdefault Sjms2EndpointBuilderFactory.AdvancedSjms2EndpointBuilder jmsKeyFormatStrategy(Object jmsKeyFormatStrategy)
jmsKeyFormatStrategy in interface Sjms2EndpointBuilderFactory.AdvancedSjms2EndpointConsumerBuilderjmsKeyFormatStrategy in interface Sjms2EndpointBuilderFactory.AdvancedSjms2EndpointProducerBuilderjmsKeyFormatStrategy - the value to setdefault Sjms2EndpointBuilderFactory.AdvancedSjms2EndpointBuilder jmsKeyFormatStrategy(String jmsKeyFormatStrategy)
jmsKeyFormatStrategy in interface Sjms2EndpointBuilderFactory.AdvancedSjms2EndpointConsumerBuilderjmsKeyFormatStrategy in interface Sjms2EndpointBuilderFactory.AdvancedSjms2EndpointProducerBuilderjmsKeyFormatStrategy - the value to setdefault Sjms2EndpointBuilderFactory.AdvancedSjms2EndpointBuilder mapJmsMessage(boolean mapJmsMessage)
mapJmsMessage in interface Sjms2EndpointBuilderFactory.AdvancedSjms2EndpointConsumerBuildermapJmsMessage in interface Sjms2EndpointBuilderFactory.AdvancedSjms2EndpointProducerBuildermapJmsMessage - the value to setdefault Sjms2EndpointBuilderFactory.AdvancedSjms2EndpointBuilder mapJmsMessage(String mapJmsMessage)
mapJmsMessage in interface Sjms2EndpointBuilderFactory.AdvancedSjms2EndpointConsumerBuildermapJmsMessage in interface Sjms2EndpointBuilderFactory.AdvancedSjms2EndpointProducerBuildermapJmsMessage - the value to setdefault Sjms2EndpointBuilderFactory.AdvancedSjms2EndpointBuilder messageCreatedStrategy(Object messageCreatedStrategy)
messageCreatedStrategy in interface Sjms2EndpointBuilderFactory.AdvancedSjms2EndpointConsumerBuildermessageCreatedStrategy in interface Sjms2EndpointBuilderFactory.AdvancedSjms2EndpointProducerBuildermessageCreatedStrategy - the value to setdefault Sjms2EndpointBuilderFactory.AdvancedSjms2EndpointBuilder messageCreatedStrategy(String messageCreatedStrategy)
messageCreatedStrategy in interface Sjms2EndpointBuilderFactory.AdvancedSjms2EndpointConsumerBuildermessageCreatedStrategy in interface Sjms2EndpointBuilderFactory.AdvancedSjms2EndpointProducerBuildermessageCreatedStrategy - the value to setdefault Sjms2EndpointBuilderFactory.AdvancedSjms2EndpointBuilder sharedJMSSession(boolean sharedJMSSession)
sharedJMSSession in interface Sjms2EndpointBuilderFactory.AdvancedSjms2EndpointConsumerBuildersharedJMSSession in interface Sjms2EndpointBuilderFactory.AdvancedSjms2EndpointProducerBuildersharedJMSSession - the value to setdefault Sjms2EndpointBuilderFactory.AdvancedSjms2EndpointBuilder sharedJMSSession(String sharedJMSSession)
sharedJMSSession in interface Sjms2EndpointBuilderFactory.AdvancedSjms2EndpointConsumerBuildersharedJMSSession in interface Sjms2EndpointBuilderFactory.AdvancedSjms2EndpointProducerBuildersharedJMSSession - the value to setApache Camel