public static interface SjmsEndpointBuilderFactory.AdvancedSjmsEndpointBuilder extends SjmsEndpointBuilderFactory.AdvancedSjmsEndpointConsumerBuilder, SjmsEndpointBuilderFactory.AdvancedSjmsEndpointProducerBuilder
| Modifier and Type | Method and Description |
|---|---|
default SjmsEndpointBuilderFactory.AdvancedSjmsEndpointBuilder |
asyncStartListener(boolean asyncStartListener)
Whether to startup the consumer message listener asynchronously, when
starting a route.
|
default SjmsEndpointBuilderFactory.AdvancedSjmsEndpointBuilder |
asyncStartListener(String asyncStartListener)
Whether to startup the consumer message listener asynchronously, when
starting a route.
|
default SjmsEndpointBuilderFactory.AdvancedSjmsEndpointBuilder |
asyncStopListener(boolean asyncStopListener)
Whether to stop the consumer message listener asynchronously, when
stopping a route.
|
default SjmsEndpointBuilderFactory.AdvancedSjmsEndpointBuilder |
asyncStopListener(String asyncStopListener)
Whether to stop the consumer message listener asynchronously, when
stopping a route.
|
default SjmsEndpointBuilderFactory.SjmsEndpointBuilder |
basic() |
default SjmsEndpointBuilderFactory.AdvancedSjmsEndpointBuilder |
connectionCount(Integer connectionCount)
The maximum number of connections available to this endpoint.
|
default SjmsEndpointBuilderFactory.AdvancedSjmsEndpointBuilder |
connectionCount(String connectionCount)
The maximum number of connections available to this endpoint.
|
default SjmsEndpointBuilderFactory.AdvancedSjmsEndpointBuilder |
connectionFactory(Object connectionFactory)
Initializes the connectionFactory for the endpoint, which takes
precedence over the component's connectionFactory, if any.
|
default SjmsEndpointBuilderFactory.AdvancedSjmsEndpointBuilder |
connectionFactory(String connectionFactory)
Initializes the connectionFactory for the endpoint, which takes
precedence over the component's connectionFactory, if any.
|
default SjmsEndpointBuilderFactory.AdvancedSjmsEndpointBuilder |
connectionResource(Object connectionResource)
Initializes the connectionResource for the endpoint, which takes
precedence over the component's connectionResource, if any.
|
default SjmsEndpointBuilderFactory.AdvancedSjmsEndpointBuilder |
connectionResource(String connectionResource)
Initializes the connectionResource for the endpoint, which takes
precedence over the component's connectionResource, if any.
|
default SjmsEndpointBuilderFactory.AdvancedSjmsEndpointBuilder |
destinationCreationStrategy(Object destinationCreationStrategy)
To use a custom DestinationCreationStrategy.
|
default SjmsEndpointBuilderFactory.AdvancedSjmsEndpointBuilder |
destinationCreationStrategy(String destinationCreationStrategy)
To use a custom DestinationCreationStrategy.
|
default SjmsEndpointBuilderFactory.AdvancedSjmsEndpointBuilder |
exceptionListener(Object exceptionListener)
Specifies the JMS Exception Listener that is to be notified of any
underlying JMS exceptions.
|
default SjmsEndpointBuilderFactory.AdvancedSjmsEndpointBuilder |
exceptionListener(String exceptionListener)
Specifies the JMS Exception Listener that is to be notified of any
underlying JMS exceptions.
|
default SjmsEndpointBuilderFactory.AdvancedSjmsEndpointBuilder |
headerFilterStrategy(org.apache.camel.spi.HeaderFilterStrategy headerFilterStrategy)
To use a custom HeaderFilterStrategy to filter header to and from
Camel message.
|
default SjmsEndpointBuilderFactory.AdvancedSjmsEndpointBuilder |
headerFilterStrategy(String headerFilterStrategy)
To use a custom HeaderFilterStrategy to filter header to and from
Camel message.
|
default SjmsEndpointBuilderFactory.AdvancedSjmsEndpointBuilder |
includeAllJMSXProperties(boolean includeAllJMSXProperties)
Whether to include all JMSXxxx properties when mapping from JMS to
Camel Message.
|
default SjmsEndpointBuilderFactory.AdvancedSjmsEndpointBuilder |
includeAllJMSXProperties(String includeAllJMSXProperties)
Whether to include all JMSXxxx properties when mapping from JMS to
Camel Message.
|
default SjmsEndpointBuilderFactory.AdvancedSjmsEndpointBuilder |
jmsKeyFormatStrategy(Object jmsKeyFormatStrategy)
Pluggable strategy for encoding and decoding JMS keys so they can be
compliant with the JMS specification.
|
default SjmsEndpointBuilderFactory.AdvancedSjmsEndpointBuilder |
jmsKeyFormatStrategy(String jmsKeyFormatStrategy)
Pluggable strategy for encoding and decoding JMS keys so they can be
compliant with the JMS specification.
|
default SjmsEndpointBuilderFactory.AdvancedSjmsEndpointBuilder |
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 SjmsEndpointBuilderFactory.AdvancedSjmsEndpointBuilder |
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 SjmsEndpointBuilderFactory.AdvancedSjmsEndpointBuilder |
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 SjmsEndpointBuilderFactory.AdvancedSjmsEndpointBuilder |
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 SjmsEndpointBuilderFactory.AdvancedSjmsEndpointBuilder |
sharedJMSSession(boolean sharedJMSSession)
Specifies whether to share JMS session with other SJMS endpoints.
|
default SjmsEndpointBuilderFactory.AdvancedSjmsEndpointBuilder |
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 SjmsEndpointBuilderFactory.SjmsEndpointBuilder basic()
basic in interface SjmsEndpointBuilderFactory.AdvancedSjmsEndpointConsumerBuilderbasic in interface SjmsEndpointBuilderFactory.AdvancedSjmsEndpointProducerBuilderdefault SjmsEndpointBuilderFactory.AdvancedSjmsEndpointBuilder asyncStartListener(boolean asyncStartListener)
asyncStartListener in interface SjmsEndpointBuilderFactory.AdvancedSjmsEndpointConsumerBuilderasyncStartListener in interface SjmsEndpointBuilderFactory.AdvancedSjmsEndpointProducerBuilderasyncStartListener - the value to setdefault SjmsEndpointBuilderFactory.AdvancedSjmsEndpointBuilder asyncStartListener(String asyncStartListener)
asyncStartListener in interface SjmsEndpointBuilderFactory.AdvancedSjmsEndpointConsumerBuilderasyncStartListener in interface SjmsEndpointBuilderFactory.AdvancedSjmsEndpointProducerBuilderasyncStartListener - the value to setdefault SjmsEndpointBuilderFactory.AdvancedSjmsEndpointBuilder asyncStopListener(boolean asyncStopListener)
asyncStopListener in interface SjmsEndpointBuilderFactory.AdvancedSjmsEndpointConsumerBuilderasyncStopListener in interface SjmsEndpointBuilderFactory.AdvancedSjmsEndpointProducerBuilderasyncStopListener - the value to setdefault SjmsEndpointBuilderFactory.AdvancedSjmsEndpointBuilder asyncStopListener(String asyncStopListener)
asyncStopListener in interface SjmsEndpointBuilderFactory.AdvancedSjmsEndpointConsumerBuilderasyncStopListener in interface SjmsEndpointBuilderFactory.AdvancedSjmsEndpointProducerBuilderasyncStopListener - the value to setdefault SjmsEndpointBuilderFactory.AdvancedSjmsEndpointBuilder connectionCount(Integer connectionCount)
connectionCount in interface SjmsEndpointBuilderFactory.AdvancedSjmsEndpointConsumerBuilderconnectionCount in interface SjmsEndpointBuilderFactory.AdvancedSjmsEndpointProducerBuilderconnectionCount - the value to setdefault SjmsEndpointBuilderFactory.AdvancedSjmsEndpointBuilder connectionCount(String connectionCount)
connectionCount in interface SjmsEndpointBuilderFactory.AdvancedSjmsEndpointConsumerBuilderconnectionCount in interface SjmsEndpointBuilderFactory.AdvancedSjmsEndpointProducerBuilderconnectionCount - the value to setdefault SjmsEndpointBuilderFactory.AdvancedSjmsEndpointBuilder connectionFactory(Object connectionFactory)
connectionFactory in interface SjmsEndpointBuilderFactory.AdvancedSjmsEndpointConsumerBuilderconnectionFactory in interface SjmsEndpointBuilderFactory.AdvancedSjmsEndpointProducerBuilderconnectionFactory - the value to setdefault SjmsEndpointBuilderFactory.AdvancedSjmsEndpointBuilder connectionFactory(String connectionFactory)
connectionFactory in interface SjmsEndpointBuilderFactory.AdvancedSjmsEndpointConsumerBuilderconnectionFactory in interface SjmsEndpointBuilderFactory.AdvancedSjmsEndpointProducerBuilderconnectionFactory - the value to setdefault SjmsEndpointBuilderFactory.AdvancedSjmsEndpointBuilder connectionResource(Object connectionResource)
connectionResource in interface SjmsEndpointBuilderFactory.AdvancedSjmsEndpointConsumerBuilderconnectionResource in interface SjmsEndpointBuilderFactory.AdvancedSjmsEndpointProducerBuilderconnectionResource - the value to setdefault SjmsEndpointBuilderFactory.AdvancedSjmsEndpointBuilder connectionResource(String connectionResource)
connectionResource in interface SjmsEndpointBuilderFactory.AdvancedSjmsEndpointConsumerBuilderconnectionResource in interface SjmsEndpointBuilderFactory.AdvancedSjmsEndpointProducerBuilderconnectionResource - the value to setdefault SjmsEndpointBuilderFactory.AdvancedSjmsEndpointBuilder destinationCreationStrategy(Object destinationCreationStrategy)
destinationCreationStrategy in interface SjmsEndpointBuilderFactory.AdvancedSjmsEndpointConsumerBuilderdestinationCreationStrategy in interface SjmsEndpointBuilderFactory.AdvancedSjmsEndpointProducerBuilderdestinationCreationStrategy - the value to setdefault SjmsEndpointBuilderFactory.AdvancedSjmsEndpointBuilder destinationCreationStrategy(String destinationCreationStrategy)
destinationCreationStrategy in interface SjmsEndpointBuilderFactory.AdvancedSjmsEndpointConsumerBuilderdestinationCreationStrategy in interface SjmsEndpointBuilderFactory.AdvancedSjmsEndpointProducerBuilderdestinationCreationStrategy - the value to setdefault SjmsEndpointBuilderFactory.AdvancedSjmsEndpointBuilder exceptionListener(Object exceptionListener)
exceptionListener in interface SjmsEndpointBuilderFactory.AdvancedSjmsEndpointConsumerBuilderexceptionListener in interface SjmsEndpointBuilderFactory.AdvancedSjmsEndpointProducerBuilderexceptionListener - the value to setdefault SjmsEndpointBuilderFactory.AdvancedSjmsEndpointBuilder exceptionListener(String exceptionListener)
exceptionListener in interface SjmsEndpointBuilderFactory.AdvancedSjmsEndpointConsumerBuilderexceptionListener in interface SjmsEndpointBuilderFactory.AdvancedSjmsEndpointProducerBuilderexceptionListener - the value to setdefault SjmsEndpointBuilderFactory.AdvancedSjmsEndpointBuilder headerFilterStrategy(org.apache.camel.spi.HeaderFilterStrategy headerFilterStrategy)
headerFilterStrategy in interface SjmsEndpointBuilderFactory.AdvancedSjmsEndpointConsumerBuilderheaderFilterStrategy in interface SjmsEndpointBuilderFactory.AdvancedSjmsEndpointProducerBuilderheaderFilterStrategy - the value to setdefault SjmsEndpointBuilderFactory.AdvancedSjmsEndpointBuilder headerFilterStrategy(String headerFilterStrategy)
headerFilterStrategy in interface SjmsEndpointBuilderFactory.AdvancedSjmsEndpointConsumerBuilderheaderFilterStrategy in interface SjmsEndpointBuilderFactory.AdvancedSjmsEndpointProducerBuilderheaderFilterStrategy - the value to setdefault SjmsEndpointBuilderFactory.AdvancedSjmsEndpointBuilder includeAllJMSXProperties(boolean includeAllJMSXProperties)
includeAllJMSXProperties in interface SjmsEndpointBuilderFactory.AdvancedSjmsEndpointConsumerBuilderincludeAllJMSXProperties in interface SjmsEndpointBuilderFactory.AdvancedSjmsEndpointProducerBuilderincludeAllJMSXProperties - the value to setdefault SjmsEndpointBuilderFactory.AdvancedSjmsEndpointBuilder includeAllJMSXProperties(String includeAllJMSXProperties)
includeAllJMSXProperties in interface SjmsEndpointBuilderFactory.AdvancedSjmsEndpointConsumerBuilderincludeAllJMSXProperties in interface SjmsEndpointBuilderFactory.AdvancedSjmsEndpointProducerBuilderincludeAllJMSXProperties - the value to setdefault SjmsEndpointBuilderFactory.AdvancedSjmsEndpointBuilder jmsKeyFormatStrategy(Object jmsKeyFormatStrategy)
jmsKeyFormatStrategy in interface SjmsEndpointBuilderFactory.AdvancedSjmsEndpointConsumerBuilderjmsKeyFormatStrategy in interface SjmsEndpointBuilderFactory.AdvancedSjmsEndpointProducerBuilderjmsKeyFormatStrategy - the value to setdefault SjmsEndpointBuilderFactory.AdvancedSjmsEndpointBuilder jmsKeyFormatStrategy(String jmsKeyFormatStrategy)
jmsKeyFormatStrategy in interface SjmsEndpointBuilderFactory.AdvancedSjmsEndpointConsumerBuilderjmsKeyFormatStrategy in interface SjmsEndpointBuilderFactory.AdvancedSjmsEndpointProducerBuilderjmsKeyFormatStrategy - the value to setdefault SjmsEndpointBuilderFactory.AdvancedSjmsEndpointBuilder mapJmsMessage(boolean mapJmsMessage)
mapJmsMessage in interface SjmsEndpointBuilderFactory.AdvancedSjmsEndpointConsumerBuildermapJmsMessage in interface SjmsEndpointBuilderFactory.AdvancedSjmsEndpointProducerBuildermapJmsMessage - the value to setdefault SjmsEndpointBuilderFactory.AdvancedSjmsEndpointBuilder mapJmsMessage(String mapJmsMessage)
mapJmsMessage in interface SjmsEndpointBuilderFactory.AdvancedSjmsEndpointConsumerBuildermapJmsMessage in interface SjmsEndpointBuilderFactory.AdvancedSjmsEndpointProducerBuildermapJmsMessage - the value to setdefault SjmsEndpointBuilderFactory.AdvancedSjmsEndpointBuilder messageCreatedStrategy(Object messageCreatedStrategy)
messageCreatedStrategy in interface SjmsEndpointBuilderFactory.AdvancedSjmsEndpointConsumerBuildermessageCreatedStrategy in interface SjmsEndpointBuilderFactory.AdvancedSjmsEndpointProducerBuildermessageCreatedStrategy - the value to setdefault SjmsEndpointBuilderFactory.AdvancedSjmsEndpointBuilder messageCreatedStrategy(String messageCreatedStrategy)
messageCreatedStrategy in interface SjmsEndpointBuilderFactory.AdvancedSjmsEndpointConsumerBuildermessageCreatedStrategy in interface SjmsEndpointBuilderFactory.AdvancedSjmsEndpointProducerBuildermessageCreatedStrategy - the value to setdefault SjmsEndpointBuilderFactory.AdvancedSjmsEndpointBuilder sharedJMSSession(boolean sharedJMSSession)
sharedJMSSession in interface SjmsEndpointBuilderFactory.AdvancedSjmsEndpointConsumerBuildersharedJMSSession in interface SjmsEndpointBuilderFactory.AdvancedSjmsEndpointProducerBuildersharedJMSSession - the value to setdefault SjmsEndpointBuilderFactory.AdvancedSjmsEndpointBuilder sharedJMSSession(String sharedJMSSession)
sharedJMSSession in interface SjmsEndpointBuilderFactory.AdvancedSjmsEndpointConsumerBuildersharedJMSSession in interface SjmsEndpointBuilderFactory.AdvancedSjmsEndpointProducerBuildersharedJMSSession - the value to setApache Camel