Interface ActiveMQ6EndpointBuilderFactory.AdvancedActiveMQ6EndpointBuilder
- All Superinterfaces:
ActiveMQ6EndpointBuilderFactory.AdvancedActiveMQ6EndpointConsumerBuilder,ActiveMQ6EndpointBuilderFactory.AdvancedActiveMQ6EndpointProducerBuilder,org.apache.camel.builder.EndpointConsumerBuilder,org.apache.camel.EndpointConsumerResolver,org.apache.camel.builder.EndpointProducerBuilder,org.apache.camel.EndpointProducerResolver
- Enclosing interface:
ActiveMQ6EndpointBuilderFactory
public static interface ActiveMQ6EndpointBuilderFactory.AdvancedActiveMQ6EndpointBuilder
extends ActiveMQ6EndpointBuilderFactory.AdvancedActiveMQ6EndpointConsumerBuilder, ActiveMQ6EndpointBuilderFactory.AdvancedActiveMQ6EndpointProducerBuilder
Advanced builder for endpoint for the ActiveMQ 6.x component.
-
Method Summary
Modifier and TypeMethodDescriptionallowSerializedHeaders(boolean allowSerializedHeaders) Controls whether or not to include serialized headers.allowSerializedHeaders(String allowSerializedHeaders) Controls whether or not to include serialized headers.artemisStreamingEnabled(boolean artemisStreamingEnabled) Whether optimizing for Apache Artemis streaming mode.artemisStreamingEnabled(String artemisStreamingEnabled) Whether optimizing for Apache Artemis streaming mode.asyncStartListener(boolean asyncStartListener) Whether to startup the JmsConsumer message listener asynchronously, when starting a route.asyncStartListener(String asyncStartListener) Whether to startup the JmsConsumer message listener asynchronously, when starting a route.asyncStopListener(boolean asyncStopListener) Whether to stop the JmsConsumer message listener asynchronously, when stopping a route.asyncStopListener(String asyncStopListener) Whether to stop the JmsConsumer message listener asynchronously, when stopping a route.basic()browseLimit(int browseLimit) Maximum number of messages to keep in memory available for browsing.browseLimit(String browseLimit) Maximum number of messages to keep in memory available for browsing.destinationResolver(String destinationResolver) 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).destinationResolver(org.springframework.jms.support.destination.DestinationResolver destinationResolver) 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).errorHandler(String errorHandler) Specifies a org.springframework.util.ErrorHandler to be invoked in case of any uncaught exceptions thrown while processing a Message.errorHandler(org.springframework.util.ErrorHandler errorHandler) Specifies a org.springframework.util.ErrorHandler to be invoked in case of any uncaught exceptions thrown while processing a Message.exceptionListener(jakarta.jms.ExceptionListener exceptionListener) Specifies the JMS Exception Listener that is to be notified of any underlying JMS exceptions.exceptionListener(String exceptionListener) Specifies the JMS Exception Listener that is to be notified of any underlying JMS exceptions.headerFilterStrategy(String headerFilterStrategy) To use a custom HeaderFilterStrategy to filter header to and from Camel message.headerFilterStrategy(org.apache.camel.spi.HeaderFilterStrategy headerFilterStrategy) To use a custom HeaderFilterStrategy to filter header to and from Camel message.idleConsumerLimit(int idleConsumerLimit) Specify the limit for the number of consumers that are allowed to be idle at any given time.idleConsumerLimit(String idleConsumerLimit) Specify the limit for the number of consumers that are allowed to be idle at any given time.idleReceivesPerTaskLimit(int idleReceivesPerTaskLimit) Marks the consumer as idle after the specified number of idle receives have been reached.idleReceivesPerTaskLimit(String idleReceivesPerTaskLimit) Marks the consumer as idle after the specified number of idle receives have been reached.idleTaskExecutionLimit(int idleTaskExecutionLimit) Specifies the limit for idle executions of a receive task, not having received any message within its execution.idleTaskExecutionLimit(String idleTaskExecutionLimit) Specifies the limit for idle executions of a receive task, not having received any message within its execution.includeAllJMSXProperties(boolean includeAllJMSXProperties) Whether to include all JMSX prefixed properties when mapping from JMS to Camel Message.includeAllJMSXProperties(String includeAllJMSXProperties) Whether to include all JMSX prefixed properties when mapping from JMS to Camel Message.jmsKeyFormatStrategy(String jmsKeyFormatStrategy) Pluggable strategy for encoding and decoding JMS keys so they can be compliant with the JMS specification.jmsKeyFormatStrategy(org.apache.camel.component.jms.JmsKeyFormatStrategy jmsKeyFormatStrategy) Pluggable strategy for encoding and decoding JMS keys so they can be compliant with the JMS specification.lazyCreateTransactionManager(boolean lazyCreateTransactionManager) If true, Camel will create a JmsTransactionManager, if there is no transactionManager injected when option transacted=true.lazyCreateTransactionManager(String lazyCreateTransactionManager) If true, Camel will create a JmsTransactionManager, if there is no transactionManager injected when option transacted=true.mapJmsMessage(boolean mapJmsMessage) Specifies whether Camel should auto map the received JMS message to a suited payload type, such as jakarta.jms.TextMessage to a String etc.mapJmsMessage(String mapJmsMessage) Specifies whether Camel should auto map the received JMS message to a suited payload type, such as jakarta.jms.TextMessage to a String etc.maxMessagesPerTask(int maxMessagesPerTask) The number of messages per task. -1 is unlimited.maxMessagesPerTask(String maxMessagesPerTask) The number of messages per task. -1 is unlimited.messageConverter(String messageConverter) To use a custom Spring org.springframework.jms.support.converter.MessageConverter so you can be in control how to map to/from a jakarta.jms.Message.messageConverter(org.springframework.jms.support.converter.MessageConverter messageConverter) To use a custom Spring org.springframework.jms.support.converter.MessageConverter so you can be in control how to map to/from a jakarta.jms.Message.messageCreatedStrategy(String messageCreatedStrategy) To use the given MessageCreatedStrategy which are invoked when Camel creates new instances of jakarta.jms.Message objects when Camel is sending a JMS message.messageCreatedStrategy(org.apache.camel.component.jms.MessageCreatedStrategy messageCreatedStrategy) To use the given MessageCreatedStrategy which are invoked when Camel creates new instances of jakarta.jms.Message objects when Camel is sending a JMS message.messageIdEnabled(boolean messageIdEnabled) When sending, specifies whether message IDs should be added.messageIdEnabled(String messageIdEnabled) When sending, specifies whether message IDs should be added.messageListenerContainerFactory(String messageListenerContainerFactory) Registry ID of the MessageListenerContainerFactory used to determine what org.springframework.jms.listener.AbstractMessageListenerContainer to use to consume messages.messageListenerContainerFactory(org.apache.camel.component.jms.MessageListenerContainerFactory messageListenerContainerFactory) Registry ID of the MessageListenerContainerFactory used to determine what org.springframework.jms.listener.AbstractMessageListenerContainer to use to consume messages.messageTimestampEnabled(boolean messageTimestampEnabled) Specifies whether timestamps should be enabled by default on sending messages.messageTimestampEnabled(String messageTimestampEnabled) Specifies whether timestamps should be enabled by default on sending messages.pubSubNoLocal(boolean pubSubNoLocal) Specifies whether to inhibit the delivery of messages published by its own connection.pubSubNoLocal(String pubSubNoLocal) Specifies whether to inhibit the delivery of messages published by its own connection.receiveTimeout(long receiveTimeout) The timeout for receiving messages (in milliseconds).receiveTimeout(String receiveTimeout) The timeout for receiving messages (in milliseconds).recoveryInterval(long recoveryInterval) Specifies the interval between recovery attempts, i.e. when a connection is being refreshed, in milliseconds.recoveryInterval(String recoveryInterval) Specifies the interval between recovery attempts, i.e. when a connection is being refreshed, in milliseconds.requestTimeoutCheckerInterval(long requestTimeoutCheckerInterval) Configures how often Camel should check for timed out Exchanges when doing request/reply over JMS.requestTimeoutCheckerInterval(String requestTimeoutCheckerInterval) Configures how often Camel should check for timed out Exchanges when doing request/reply over JMS.synchronous(boolean synchronous) Sets whether synchronous processing should be strictly used.synchronous(String synchronous) Sets whether synchronous processing should be strictly used.temporaryQueueResolver(String temporaryQueueResolver) A pluggable TemporaryQueueResolver that allows you to use your own resolver for creating temporary queues (some messaging systems has special requirements for creating temporary queues).temporaryQueueResolver(org.apache.camel.component.jms.TemporaryQueueResolver temporaryQueueResolver) A pluggable TemporaryQueueResolver that allows you to use your own resolver for creating temporary queues (some messaging systems has special requirements for creating temporary queues).transactionManager(String transactionManager) The Spring transaction manager to use.transactionManager(org.springframework.transaction.PlatformTransactionManager transactionManager) The Spring transaction manager to use.transactionName(String transactionName) The name of the transaction to use.transactionTimeout(int transactionTimeout) The timeout value of the transaction (in seconds), if using transacted mode.transactionTimeout(String transactionTimeout) The timeout value of the transaction (in seconds), if using transacted mode.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 jakarta.jms.ObjectMessage.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 jakarta.jms.ObjectMessage.transferExchange(boolean transferExchange) You can transfer the exchange over the wire instead of just the body and headers.transferExchange(String transferExchange) You can transfer the exchange over the wire instead of just the body and headers.useMessageIDAsCorrelationID(boolean useMessageIDAsCorrelationID) Specifies whether JMSMessageID should always be used as JMSCorrelationID for InOut messages.useMessageIDAsCorrelationID(String useMessageIDAsCorrelationID) Specifies whether JMSMessageID should always be used as JMSCorrelationID for InOut messages.waitForProvisionCorrelationToBeUpdatedCounter(int waitForProvisionCorrelationToBeUpdatedCounter) 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.waitForProvisionCorrelationToBeUpdatedCounter(String waitForProvisionCorrelationToBeUpdatedCounter) 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.waitForProvisionCorrelationToBeUpdatedThreadSleepingTime(long waitForProvisionCorrelationToBeUpdatedThreadSleepingTime) Interval in millis to sleep each time while waiting for provisional correlation id to be updated.waitForProvisionCorrelationToBeUpdatedThreadSleepingTime(String waitForProvisionCorrelationToBeUpdatedThreadSleepingTime) Interval in millis to sleep each time while waiting for provisional correlation id to be updated.waitForTemporaryReplyToToBeUpdatedCounter(int waitForTemporaryReplyToToBeUpdatedCounter) Number of times to wait for temporary replyTo queue to be created and ready when doing request/reply over JMS.waitForTemporaryReplyToToBeUpdatedCounter(String waitForTemporaryReplyToToBeUpdatedCounter) Number of times to wait for temporary replyTo queue to be created and ready when doing request/reply over JMS.waitForTemporaryReplyToToBeUpdatedThreadSleepingTime(long waitForTemporaryReplyToToBeUpdatedThreadSleepingTime) Interval in millis to sleep each time while waiting for temporary replyTo queue to be ready.waitForTemporaryReplyToToBeUpdatedThreadSleepingTime(String waitForTemporaryReplyToToBeUpdatedThreadSleepingTime) Interval in millis to sleep each time while waiting for temporary replyTo queue to be ready.Methods inherited from interface org.apache.camel.builder.endpoint.dsl.ActiveMQ6EndpointBuilderFactory.AdvancedActiveMQ6EndpointConsumerBuilder
acceptMessagesWhileStopping, acceptMessagesWhileStopping, allowReplyManagerQuickStop, allowReplyManagerQuickStop, consumerType, consumerType, defaultTaskExecutorType, defaultTaskExecutorType, destinationOptions, destinationOptions, eagerLoadingOfProperties, eagerLoadingOfProperties, eagerPoisonBody, exceptionHandler, exceptionHandler, exchangePattern, exchangePattern, exposeListenerSession, exposeListenerSession, replyToConsumerType, replyToConsumerType, replyToSameDestinationAllowed, replyToSameDestinationAllowed, taskExecutor, taskExecutorMethods inherited from interface org.apache.camel.builder.endpoint.dsl.ActiveMQ6EndpointBuilderFactory.AdvancedActiveMQ6EndpointProducerBuilder
allowAdditionalHeaders, allowNullBody, allowNullBody, alwaysCopyMessage, alwaysCopyMessage, correlationProperty, disableTimeToLive, disableTimeToLive, forceSendOriginalMessage, forceSendOriginalMessage, includeSentJMSMessageID, includeSentJMSMessageID, lazyStartProducer, lazyStartProducer, replyToCacheLevelName, replyToDestinationSelectorName, streamMessageTypeEnabled, streamMessageTypeEnabledMethods inherited from interface org.apache.camel.builder.EndpointConsumerBuilder
doSetMultiValueProperties, doSetMultiValueProperty, doSetProperty, expr, getRawUri, getUriMethods inherited from interface org.apache.camel.EndpointConsumerResolver
resolve, resolveMethods inherited from interface org.apache.camel.builder.EndpointProducerBuilder
doSetMultiValueProperties, doSetMultiValueProperty, doSetProperty, expr, getRawUri, getUriMethods inherited from interface org.apache.camel.EndpointProducerResolver
resolve, resolve
-
Method Details
-
basic
- Specified by:
basicin interfaceActiveMQ6EndpointBuilderFactory.AdvancedActiveMQ6EndpointConsumerBuilder- Specified by:
basicin interfaceActiveMQ6EndpointBuilderFactory.AdvancedActiveMQ6EndpointProducerBuilder
-
allowSerializedHeaders
default ActiveMQ6EndpointBuilderFactory.AdvancedActiveMQ6EndpointBuilder allowSerializedHeaders(boolean allowSerializedHeaders) Controls whether or not to include serialized headers. Applies only when transferExchange is true. This requires that the objects are serializable. Camel will exclude any non-serializable objects and log it at WARN level. The option is a:booleantype. Default: false Group: advanced- Specified by:
allowSerializedHeadersin interfaceActiveMQ6EndpointBuilderFactory.AdvancedActiveMQ6EndpointConsumerBuilder- Specified by:
allowSerializedHeadersin interfaceActiveMQ6EndpointBuilderFactory.AdvancedActiveMQ6EndpointProducerBuilder- Parameters:
allowSerializedHeaders- the value to set- Returns:
- the dsl builder
-
allowSerializedHeaders
default ActiveMQ6EndpointBuilderFactory.AdvancedActiveMQ6EndpointBuilder allowSerializedHeaders(String allowSerializedHeaders) Controls whether or not to include serialized headers. Applies only when transferExchange is true. This requires that the objects are serializable. Camel will exclude any non-serializable objects and log it at WARN level. The option will be converted to abooleantype. Default: false Group: advanced- Specified by:
allowSerializedHeadersin interfaceActiveMQ6EndpointBuilderFactory.AdvancedActiveMQ6EndpointConsumerBuilder- Specified by:
allowSerializedHeadersin interfaceActiveMQ6EndpointBuilderFactory.AdvancedActiveMQ6EndpointProducerBuilder- Parameters:
allowSerializedHeaders- the value to set- Returns:
- the dsl builder
-
artemisStreamingEnabled
default ActiveMQ6EndpointBuilderFactory.AdvancedActiveMQ6EndpointBuilder artemisStreamingEnabled(boolean artemisStreamingEnabled) Whether optimizing for Apache Artemis streaming mode. This can reduce memory overhead when using Artemis with JMS StreamMessage types. This option must only be enabled if Apache Artemis is being used. The option is a:booleantype. Default: false Group: advanced- Specified by:
artemisStreamingEnabledin interfaceActiveMQ6EndpointBuilderFactory.AdvancedActiveMQ6EndpointConsumerBuilder- Specified by:
artemisStreamingEnabledin interfaceActiveMQ6EndpointBuilderFactory.AdvancedActiveMQ6EndpointProducerBuilder- Parameters:
artemisStreamingEnabled- the value to set- Returns:
- the dsl builder
-
artemisStreamingEnabled
default ActiveMQ6EndpointBuilderFactory.AdvancedActiveMQ6EndpointBuilder artemisStreamingEnabled(String artemisStreamingEnabled) Whether optimizing for Apache Artemis streaming mode. This can reduce memory overhead when using Artemis with JMS StreamMessage types. This option must only be enabled if Apache Artemis is being used. The option will be converted to abooleantype. Default: false Group: advanced- Specified by:
artemisStreamingEnabledin interfaceActiveMQ6EndpointBuilderFactory.AdvancedActiveMQ6EndpointConsumerBuilder- Specified by:
artemisStreamingEnabledin interfaceActiveMQ6EndpointBuilderFactory.AdvancedActiveMQ6EndpointProducerBuilder- Parameters:
artemisStreamingEnabled- the value to set- Returns:
- the dsl builder
-
asyncStartListener
default ActiveMQ6EndpointBuilderFactory.AdvancedActiveMQ6EndpointBuilder asyncStartListener(boolean asyncStartListener) Whether to startup the JmsConsumer message listener asynchronously, when starting a route. For example if a JmsConsumer cannot get a connection to a remote JMS broker, then it may block while retrying and/or fail-over. This will cause Camel to block while starting routes. By setting this option to true, you will let routes startup, while the JmsConsumer connects to the JMS broker using a dedicated thread in asynchronous mode. If this option is used, then beware that if the connection could not be established, then an exception is logged at WARN level, and the consumer will not be able to receive messages; You can then restart the route to retry. The option is a:booleantype. Default: false Group: advanced- Specified by:
asyncStartListenerin interfaceActiveMQ6EndpointBuilderFactory.AdvancedActiveMQ6EndpointConsumerBuilder- Specified by:
asyncStartListenerin interfaceActiveMQ6EndpointBuilderFactory.AdvancedActiveMQ6EndpointProducerBuilder- Parameters:
asyncStartListener- the value to set- Returns:
- the dsl builder
-
asyncStartListener
default ActiveMQ6EndpointBuilderFactory.AdvancedActiveMQ6EndpointBuilder asyncStartListener(String asyncStartListener) Whether to startup the JmsConsumer message listener asynchronously, when starting a route. For example if a JmsConsumer cannot get a connection to a remote JMS broker, then it may block while retrying and/or fail-over. This will cause Camel to block while starting routes. By setting this option to true, you will let routes startup, while the JmsConsumer connects to the JMS broker using a dedicated thread in asynchronous mode. If this option is used, then beware that if the connection could not be established, then an exception is logged at WARN level, and the consumer will not be able to receive messages; You can then restart the route to retry. The option will be converted to abooleantype. Default: false Group: advanced- Specified by:
asyncStartListenerin interfaceActiveMQ6EndpointBuilderFactory.AdvancedActiveMQ6EndpointConsumerBuilder- Specified by:
asyncStartListenerin interfaceActiveMQ6EndpointBuilderFactory.AdvancedActiveMQ6EndpointProducerBuilder- Parameters:
asyncStartListener- the value to set- Returns:
- the dsl builder
-
asyncStopListener
default ActiveMQ6EndpointBuilderFactory.AdvancedActiveMQ6EndpointBuilder asyncStopListener(boolean asyncStopListener) Whether to stop the JmsConsumer message listener asynchronously, when stopping a route. The option is a:booleantype. Default: false Group: advanced- Specified by:
asyncStopListenerin interfaceActiveMQ6EndpointBuilderFactory.AdvancedActiveMQ6EndpointConsumerBuilder- Specified by:
asyncStopListenerin interfaceActiveMQ6EndpointBuilderFactory.AdvancedActiveMQ6EndpointProducerBuilder- Parameters:
asyncStopListener- the value to set- Returns:
- the dsl builder
-
asyncStopListener
default ActiveMQ6EndpointBuilderFactory.AdvancedActiveMQ6EndpointBuilder asyncStopListener(String asyncStopListener) Whether to stop the JmsConsumer message listener asynchronously, when stopping a route. The option will be converted to abooleantype. Default: false Group: advanced- Specified by:
asyncStopListenerin interfaceActiveMQ6EndpointBuilderFactory.AdvancedActiveMQ6EndpointConsumerBuilder- Specified by:
asyncStopListenerin interfaceActiveMQ6EndpointBuilderFactory.AdvancedActiveMQ6EndpointProducerBuilder- Parameters:
asyncStopListener- the value to set- Returns:
- the dsl builder
-
browseLimit
default ActiveMQ6EndpointBuilderFactory.AdvancedActiveMQ6EndpointBuilder browseLimit(int browseLimit) Maximum number of messages to keep in memory available for browsing. Use 0 for unlimited. The option is a:inttype. Default: 100 Group: advanced- Specified by:
browseLimitin interfaceActiveMQ6EndpointBuilderFactory.AdvancedActiveMQ6EndpointConsumerBuilder- Specified by:
browseLimitin interfaceActiveMQ6EndpointBuilderFactory.AdvancedActiveMQ6EndpointProducerBuilder- Parameters:
browseLimit- the value to set- Returns:
- the dsl builder
-
browseLimit
default ActiveMQ6EndpointBuilderFactory.AdvancedActiveMQ6EndpointBuilder browseLimit(String browseLimit) Maximum number of messages to keep in memory available for browsing. Use 0 for unlimited. The option will be converted to ainttype. Default: 100 Group: advanced- Specified by:
browseLimitin interfaceActiveMQ6EndpointBuilderFactory.AdvancedActiveMQ6EndpointConsumerBuilder- Specified by:
browseLimitin interfaceActiveMQ6EndpointBuilderFactory.AdvancedActiveMQ6EndpointProducerBuilder- Parameters:
browseLimit- the value to set- Returns:
- the dsl builder
-
destinationResolver
default ActiveMQ6EndpointBuilderFactory.AdvancedActiveMQ6EndpointBuilder destinationResolver(org.springframework.jms.support.destination.DestinationResolver destinationResolver) 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). The option is a:org.springframework.jms.support.destination.DestinationResolvertype. Group: advanced- Specified by:
destinationResolverin interfaceActiveMQ6EndpointBuilderFactory.AdvancedActiveMQ6EndpointConsumerBuilder- Specified by:
destinationResolverin interfaceActiveMQ6EndpointBuilderFactory.AdvancedActiveMQ6EndpointProducerBuilder- Parameters:
destinationResolver- the value to set- Returns:
- the dsl builder
-
destinationResolver
default ActiveMQ6EndpointBuilderFactory.AdvancedActiveMQ6EndpointBuilder destinationResolver(String destinationResolver) 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). The option will be converted to aorg.springframework.jms.support.destination.DestinationResolvertype. Group: advanced- Specified by:
destinationResolverin interfaceActiveMQ6EndpointBuilderFactory.AdvancedActiveMQ6EndpointConsumerBuilder- Specified by:
destinationResolverin interfaceActiveMQ6EndpointBuilderFactory.AdvancedActiveMQ6EndpointProducerBuilder- Parameters:
destinationResolver- the value to set- Returns:
- the dsl builder
-
errorHandler
default ActiveMQ6EndpointBuilderFactory.AdvancedActiveMQ6EndpointBuilder errorHandler(org.springframework.util.ErrorHandler errorHandler) Specifies a org.springframework.util.ErrorHandler to be invoked in case of any uncaught exceptions thrown while processing a Message. By default these exceptions will be logged at the WARN level, if no errorHandler has been configured. You can configure logging level and whether stack traces should be logged using errorHandlerLoggingLevel and errorHandlerLogStackTrace options. This makes it much easier to configure, than having to code a custom errorHandler. The option is a:org.springframework.util.ErrorHandlertype. Group: advanced- Specified by:
errorHandlerin interfaceActiveMQ6EndpointBuilderFactory.AdvancedActiveMQ6EndpointConsumerBuilder- Specified by:
errorHandlerin interfaceActiveMQ6EndpointBuilderFactory.AdvancedActiveMQ6EndpointProducerBuilder- Parameters:
errorHandler- the value to set- Returns:
- the dsl builder
-
errorHandler
default ActiveMQ6EndpointBuilderFactory.AdvancedActiveMQ6EndpointBuilder errorHandler(String errorHandler) Specifies a org.springframework.util.ErrorHandler to be invoked in case of any uncaught exceptions thrown while processing a Message. By default these exceptions will be logged at the WARN level, if no errorHandler has been configured. You can configure logging level and whether stack traces should be logged using errorHandlerLoggingLevel and errorHandlerLogStackTrace options. This makes it much easier to configure, than having to code a custom errorHandler. The option will be converted to aorg.springframework.util.ErrorHandlertype. Group: advanced- Specified by:
errorHandlerin interfaceActiveMQ6EndpointBuilderFactory.AdvancedActiveMQ6EndpointConsumerBuilder- Specified by:
errorHandlerin interfaceActiveMQ6EndpointBuilderFactory.AdvancedActiveMQ6EndpointProducerBuilder- Parameters:
errorHandler- the value to set- Returns:
- the dsl builder
-
exceptionListener
default ActiveMQ6EndpointBuilderFactory.AdvancedActiveMQ6EndpointBuilder exceptionListener(jakarta.jms.ExceptionListener exceptionListener) Specifies the JMS Exception Listener that is to be notified of any underlying JMS exceptions. The option is a:jakarta.jms.ExceptionListenertype. Group: advanced- Specified by:
exceptionListenerin interfaceActiveMQ6EndpointBuilderFactory.AdvancedActiveMQ6EndpointConsumerBuilder- Specified by:
exceptionListenerin interfaceActiveMQ6EndpointBuilderFactory.AdvancedActiveMQ6EndpointProducerBuilder- Parameters:
exceptionListener- the value to set- Returns:
- the dsl builder
-
exceptionListener
default ActiveMQ6EndpointBuilderFactory.AdvancedActiveMQ6EndpointBuilder exceptionListener(String exceptionListener) Specifies the JMS Exception Listener that is to be notified of any underlying JMS exceptions. The option will be converted to ajakarta.jms.ExceptionListenertype. Group: advanced- Specified by:
exceptionListenerin interfaceActiveMQ6EndpointBuilderFactory.AdvancedActiveMQ6EndpointConsumerBuilder- Specified by:
exceptionListenerin interfaceActiveMQ6EndpointBuilderFactory.AdvancedActiveMQ6EndpointProducerBuilder- Parameters:
exceptionListener- the value to set- Returns:
- the dsl builder
-
headerFilterStrategy
default ActiveMQ6EndpointBuilderFactory.AdvancedActiveMQ6EndpointBuilder headerFilterStrategy(org.apache.camel.spi.HeaderFilterStrategy headerFilterStrategy) To use a custom HeaderFilterStrategy to filter header to and from Camel message. The option is a:org.apache.camel.spi.HeaderFilterStrategytype. Group: advanced- Specified by:
headerFilterStrategyin interfaceActiveMQ6EndpointBuilderFactory.AdvancedActiveMQ6EndpointConsumerBuilder- Specified by:
headerFilterStrategyin interfaceActiveMQ6EndpointBuilderFactory.AdvancedActiveMQ6EndpointProducerBuilder- Parameters:
headerFilterStrategy- the value to set- Returns:
- the dsl builder
-
headerFilterStrategy
default ActiveMQ6EndpointBuilderFactory.AdvancedActiveMQ6EndpointBuilder headerFilterStrategy(String headerFilterStrategy) To use a custom HeaderFilterStrategy to filter header to and from Camel message. The option will be converted to aorg.apache.camel.spi.HeaderFilterStrategytype. Group: advanced- Specified by:
headerFilterStrategyin interfaceActiveMQ6EndpointBuilderFactory.AdvancedActiveMQ6EndpointConsumerBuilder- Specified by:
headerFilterStrategyin interfaceActiveMQ6EndpointBuilderFactory.AdvancedActiveMQ6EndpointProducerBuilder- Parameters:
headerFilterStrategy- the value to set- Returns:
- the dsl builder
-
idleConsumerLimit
default ActiveMQ6EndpointBuilderFactory.AdvancedActiveMQ6EndpointBuilder idleConsumerLimit(int idleConsumerLimit) Specify the limit for the number of consumers that are allowed to be idle at any given time. The option is a:inttype. Default: 1 Group: advanced- Specified by:
idleConsumerLimitin interfaceActiveMQ6EndpointBuilderFactory.AdvancedActiveMQ6EndpointConsumerBuilder- Specified by:
idleConsumerLimitin interfaceActiveMQ6EndpointBuilderFactory.AdvancedActiveMQ6EndpointProducerBuilder- Parameters:
idleConsumerLimit- the value to set- Returns:
- the dsl builder
-
idleConsumerLimit
default ActiveMQ6EndpointBuilderFactory.AdvancedActiveMQ6EndpointBuilder idleConsumerLimit(String idleConsumerLimit) Specify the limit for the number of consumers that are allowed to be idle at any given time. The option will be converted to ainttype. Default: 1 Group: advanced- Specified by:
idleConsumerLimitin interfaceActiveMQ6EndpointBuilderFactory.AdvancedActiveMQ6EndpointConsumerBuilder- Specified by:
idleConsumerLimitin interfaceActiveMQ6EndpointBuilderFactory.AdvancedActiveMQ6EndpointProducerBuilder- Parameters:
idleConsumerLimit- the value to set- Returns:
- the dsl builder
-
idleReceivesPerTaskLimit
default ActiveMQ6EndpointBuilderFactory.AdvancedActiveMQ6EndpointBuilder idleReceivesPerTaskLimit(int idleReceivesPerTaskLimit) Marks the consumer as idle after the specified number of idle receives have been reached. An idle receive is counted from the moment a null message is returned by the receiver after the potential setReceiveTimeout elapsed. This gives the opportunity to check if the idle task count exceeds setIdleTaskExecutionLimit and based on that decide if the task needs to be re-scheduled or not, saving resources that would otherwise be held. This setting differs from setMaxMessagesPerTask where the task is released and re-scheduled after this limit is reached, no matter if the received messages were null or non-null messages. This setting alone can be inflexible if one desires to have a large enough batch for each task but requires a quick(er) release from the moment there are no more messages to process. This setting differs from setIdleTaskExecutionLimit where this limit decides after how many iterations of being marked as idle, a task is released. For example: If setMaxMessagesPerTask is set to '500' and #setIdleReceivesPerTaskLimit is set to '60' and setReceiveTimeout is set to '1000' and setIdleTaskExecutionLimit is set to '1', then 500 messages per task would be processed unless there is a subsequent number of 60 idle messages received, the task would be marked as idle and released. This also means that after the last message was processed, the task would be released after 60 seconds as long as no new messages appear. The option is a:inttype. Group: advanced- Specified by:
idleReceivesPerTaskLimitin interfaceActiveMQ6EndpointBuilderFactory.AdvancedActiveMQ6EndpointConsumerBuilder- Specified by:
idleReceivesPerTaskLimitin interfaceActiveMQ6EndpointBuilderFactory.AdvancedActiveMQ6EndpointProducerBuilder- Parameters:
idleReceivesPerTaskLimit- the value to set- Returns:
- the dsl builder
-
idleReceivesPerTaskLimit
default ActiveMQ6EndpointBuilderFactory.AdvancedActiveMQ6EndpointBuilder idleReceivesPerTaskLimit(String idleReceivesPerTaskLimit) Marks the consumer as idle after the specified number of idle receives have been reached. An idle receive is counted from the moment a null message is returned by the receiver after the potential setReceiveTimeout elapsed. This gives the opportunity to check if the idle task count exceeds setIdleTaskExecutionLimit and based on that decide if the task needs to be re-scheduled or not, saving resources that would otherwise be held. This setting differs from setMaxMessagesPerTask where the task is released and re-scheduled after this limit is reached, no matter if the received messages were null or non-null messages. This setting alone can be inflexible if one desires to have a large enough batch for each task but requires a quick(er) release from the moment there are no more messages to process. This setting differs from setIdleTaskExecutionLimit where this limit decides after how many iterations of being marked as idle, a task is released. For example: If setMaxMessagesPerTask is set to '500' and #setIdleReceivesPerTaskLimit is set to '60' and setReceiveTimeout is set to '1000' and setIdleTaskExecutionLimit is set to '1', then 500 messages per task would be processed unless there is a subsequent number of 60 idle messages received, the task would be marked as idle and released. This also means that after the last message was processed, the task would be released after 60 seconds as long as no new messages appear. The option will be converted to ainttype. Group: advanced- Specified by:
idleReceivesPerTaskLimitin interfaceActiveMQ6EndpointBuilderFactory.AdvancedActiveMQ6EndpointConsumerBuilder- Specified by:
idleReceivesPerTaskLimitin interfaceActiveMQ6EndpointBuilderFactory.AdvancedActiveMQ6EndpointProducerBuilder- Parameters:
idleReceivesPerTaskLimit- the value to set- Returns:
- the dsl builder
-
idleTaskExecutionLimit
default ActiveMQ6EndpointBuilderFactory.AdvancedActiveMQ6EndpointBuilder idleTaskExecutionLimit(int idleTaskExecutionLimit) Specifies the limit for idle executions of a receive task, not having received any message within its execution. If this limit is reached, the task will shut down and leave receiving to other executing tasks (in the case of dynamic scheduling; see the maxConcurrentConsumers setting). There is additional doc available from Spring. The option is a:inttype. Default: 1 Group: advanced- Specified by:
idleTaskExecutionLimitin interfaceActiveMQ6EndpointBuilderFactory.AdvancedActiveMQ6EndpointConsumerBuilder- Specified by:
idleTaskExecutionLimitin interfaceActiveMQ6EndpointBuilderFactory.AdvancedActiveMQ6EndpointProducerBuilder- Parameters:
idleTaskExecutionLimit- the value to set- Returns:
- the dsl builder
-
idleTaskExecutionLimit
default ActiveMQ6EndpointBuilderFactory.AdvancedActiveMQ6EndpointBuilder idleTaskExecutionLimit(String idleTaskExecutionLimit) Specifies the limit for idle executions of a receive task, not having received any message within its execution. If this limit is reached, the task will shut down and leave receiving to other executing tasks (in the case of dynamic scheduling; see the maxConcurrentConsumers setting). There is additional doc available from Spring. The option will be converted to ainttype. Default: 1 Group: advanced- Specified by:
idleTaskExecutionLimitin interfaceActiveMQ6EndpointBuilderFactory.AdvancedActiveMQ6EndpointConsumerBuilder- Specified by:
idleTaskExecutionLimitin interfaceActiveMQ6EndpointBuilderFactory.AdvancedActiveMQ6EndpointProducerBuilder- Parameters:
idleTaskExecutionLimit- the value to set- Returns:
- the dsl builder
-
includeAllJMSXProperties
default ActiveMQ6EndpointBuilderFactory.AdvancedActiveMQ6EndpointBuilder includeAllJMSXProperties(boolean includeAllJMSXProperties) Whether to include all JMSX prefixed properties when mapping from JMS to Camel Message. Setting this to true will include properties such as JMSXAppID, and JMSXUserID etc. Note: If you are using a custom headerFilterStrategy then this option does not apply. The option is a:booleantype. Default: false Group: advanced- Specified by:
includeAllJMSXPropertiesin interfaceActiveMQ6EndpointBuilderFactory.AdvancedActiveMQ6EndpointConsumerBuilder- Specified by:
includeAllJMSXPropertiesin interfaceActiveMQ6EndpointBuilderFactory.AdvancedActiveMQ6EndpointProducerBuilder- Parameters:
includeAllJMSXProperties- the value to set- Returns:
- the dsl builder
-
includeAllJMSXProperties
default ActiveMQ6EndpointBuilderFactory.AdvancedActiveMQ6EndpointBuilder includeAllJMSXProperties(String includeAllJMSXProperties) Whether to include all JMSX prefixed properties when mapping from JMS to Camel Message. Setting this to true will include properties such as JMSXAppID, and JMSXUserID etc. Note: If you are using a custom headerFilterStrategy then this option does not apply. The option will be converted to abooleantype. Default: false Group: advanced- Specified by:
includeAllJMSXPropertiesin interfaceActiveMQ6EndpointBuilderFactory.AdvancedActiveMQ6EndpointConsumerBuilder- Specified by:
includeAllJMSXPropertiesin interfaceActiveMQ6EndpointBuilderFactory.AdvancedActiveMQ6EndpointProducerBuilder- Parameters:
includeAllJMSXProperties- the value to set- Returns:
- the dsl builder
-
jmsKeyFormatStrategy
default ActiveMQ6EndpointBuilderFactory.AdvancedActiveMQ6EndpointBuilder jmsKeyFormatStrategy(org.apache.camel.component.jms.JmsKeyFormatStrategy jmsKeyFormatStrategy) Pluggable strategy for encoding and decoding JMS keys so they can be compliant with the JMS specification. Camel provides two implementations out of the box: default and passthrough. The default strategy will safely marshal dots and hyphens (. and -). The passthrough strategy leaves the key as is. Can be used for JMS brokers which do not care whether JMS header keys contain illegal characters. You can provide your own implementation of the org.apache.camel.component.jms.JmsKeyFormatStrategy and refer to it using the # notation. The option is a:org.apache.camel.component.jms.JmsKeyFormatStrategytype. Group: advanced- Specified by:
jmsKeyFormatStrategyin interfaceActiveMQ6EndpointBuilderFactory.AdvancedActiveMQ6EndpointConsumerBuilder- Specified by:
jmsKeyFormatStrategyin interfaceActiveMQ6EndpointBuilderFactory.AdvancedActiveMQ6EndpointProducerBuilder- Parameters:
jmsKeyFormatStrategy- the value to set- Returns:
- the dsl builder
-
jmsKeyFormatStrategy
default ActiveMQ6EndpointBuilderFactory.AdvancedActiveMQ6EndpointBuilder jmsKeyFormatStrategy(String jmsKeyFormatStrategy) Pluggable strategy for encoding and decoding JMS keys so they can be compliant with the JMS specification. Camel provides two implementations out of the box: default and passthrough. The default strategy will safely marshal dots and hyphens (. and -). The passthrough strategy leaves the key as is. Can be used for JMS brokers which do not care whether JMS header keys contain illegal characters. You can provide your own implementation of the org.apache.camel.component.jms.JmsKeyFormatStrategy and refer to it using the # notation. The option will be converted to aorg.apache.camel.component.jms.JmsKeyFormatStrategytype. Group: advanced- Specified by:
jmsKeyFormatStrategyin interfaceActiveMQ6EndpointBuilderFactory.AdvancedActiveMQ6EndpointConsumerBuilder- Specified by:
jmsKeyFormatStrategyin interfaceActiveMQ6EndpointBuilderFactory.AdvancedActiveMQ6EndpointProducerBuilder- Parameters:
jmsKeyFormatStrategy- the value to set- Returns:
- the dsl builder
-
mapJmsMessage
default ActiveMQ6EndpointBuilderFactory.AdvancedActiveMQ6EndpointBuilder mapJmsMessage(boolean mapJmsMessage) Specifies whether Camel should auto map the received JMS message to a suited payload type, such as jakarta.jms.TextMessage to a String etc. The option is a:booleantype. Default: true Group: advanced- Specified by:
mapJmsMessagein interfaceActiveMQ6EndpointBuilderFactory.AdvancedActiveMQ6EndpointConsumerBuilder- Specified by:
mapJmsMessagein interfaceActiveMQ6EndpointBuilderFactory.AdvancedActiveMQ6EndpointProducerBuilder- Parameters:
mapJmsMessage- the value to set- Returns:
- the dsl builder
-
mapJmsMessage
default ActiveMQ6EndpointBuilderFactory.AdvancedActiveMQ6EndpointBuilder mapJmsMessage(String mapJmsMessage) Specifies whether Camel should auto map the received JMS message to a suited payload type, such as jakarta.jms.TextMessage to a String etc. The option will be converted to abooleantype. Default: true Group: advanced- Specified by:
mapJmsMessagein interfaceActiveMQ6EndpointBuilderFactory.AdvancedActiveMQ6EndpointConsumerBuilder- Specified by:
mapJmsMessagein interfaceActiveMQ6EndpointBuilderFactory.AdvancedActiveMQ6EndpointProducerBuilder- Parameters:
mapJmsMessage- the value to set- Returns:
- the dsl builder
-
maxMessagesPerTask
default ActiveMQ6EndpointBuilderFactory.AdvancedActiveMQ6EndpointBuilder maxMessagesPerTask(int maxMessagesPerTask) The number of messages per task. -1 is unlimited. If you use a range for concurrent consumers (eg min max), then this option can be used to set a value to eg 100 to control how fast the consumers will shrink when less work is required. The option is a:inttype. Default: -1 Group: advanced- Specified by:
maxMessagesPerTaskin interfaceActiveMQ6EndpointBuilderFactory.AdvancedActiveMQ6EndpointConsumerBuilder- Specified by:
maxMessagesPerTaskin interfaceActiveMQ6EndpointBuilderFactory.AdvancedActiveMQ6EndpointProducerBuilder- Parameters:
maxMessagesPerTask- the value to set- Returns:
- the dsl builder
-
maxMessagesPerTask
default ActiveMQ6EndpointBuilderFactory.AdvancedActiveMQ6EndpointBuilder maxMessagesPerTask(String maxMessagesPerTask) The number of messages per task. -1 is unlimited. If you use a range for concurrent consumers (eg min max), then this option can be used to set a value to eg 100 to control how fast the consumers will shrink when less work is required. The option will be converted to ainttype. Default: -1 Group: advanced- Specified by:
maxMessagesPerTaskin interfaceActiveMQ6EndpointBuilderFactory.AdvancedActiveMQ6EndpointConsumerBuilder- Specified by:
maxMessagesPerTaskin interfaceActiveMQ6EndpointBuilderFactory.AdvancedActiveMQ6EndpointProducerBuilder- Parameters:
maxMessagesPerTask- the value to set- Returns:
- the dsl builder
-
messageConverter
default ActiveMQ6EndpointBuilderFactory.AdvancedActiveMQ6EndpointBuilder messageConverter(org.springframework.jms.support.converter.MessageConverter messageConverter) To use a custom Spring org.springframework.jms.support.converter.MessageConverter so you can be in control how to map to/from a jakarta.jms.Message. The option is a:org.springframework.jms.support.converter.MessageConvertertype. Group: advanced- Specified by:
messageConverterin interfaceActiveMQ6EndpointBuilderFactory.AdvancedActiveMQ6EndpointConsumerBuilder- Specified by:
messageConverterin interfaceActiveMQ6EndpointBuilderFactory.AdvancedActiveMQ6EndpointProducerBuilder- Parameters:
messageConverter- the value to set- Returns:
- the dsl builder
-
messageConverter
default ActiveMQ6EndpointBuilderFactory.AdvancedActiveMQ6EndpointBuilder messageConverter(String messageConverter) To use a custom Spring org.springframework.jms.support.converter.MessageConverter so you can be in control how to map to/from a jakarta.jms.Message. The option will be converted to aorg.springframework.jms.support.converter.MessageConvertertype. Group: advanced- Specified by:
messageConverterin interfaceActiveMQ6EndpointBuilderFactory.AdvancedActiveMQ6EndpointConsumerBuilder- Specified by:
messageConverterin interfaceActiveMQ6EndpointBuilderFactory.AdvancedActiveMQ6EndpointProducerBuilder- Parameters:
messageConverter- the value to set- Returns:
- the dsl builder
-
messageCreatedStrategy
default ActiveMQ6EndpointBuilderFactory.AdvancedActiveMQ6EndpointBuilder messageCreatedStrategy(org.apache.camel.component.jms.MessageCreatedStrategy messageCreatedStrategy) To use the given MessageCreatedStrategy which are invoked when Camel creates new instances of jakarta.jms.Message objects when Camel is sending a JMS message. The option is a:org.apache.camel.component.jms.MessageCreatedStrategytype. Group: advanced- Specified by:
messageCreatedStrategyin interfaceActiveMQ6EndpointBuilderFactory.AdvancedActiveMQ6EndpointConsumerBuilder- Specified by:
messageCreatedStrategyin interfaceActiveMQ6EndpointBuilderFactory.AdvancedActiveMQ6EndpointProducerBuilder- Parameters:
messageCreatedStrategy- the value to set- Returns:
- the dsl builder
-
messageCreatedStrategy
default ActiveMQ6EndpointBuilderFactory.AdvancedActiveMQ6EndpointBuilder messageCreatedStrategy(String messageCreatedStrategy) To use the given MessageCreatedStrategy which are invoked when Camel creates new instances of jakarta.jms.Message objects when Camel is sending a JMS message. The option will be converted to aorg.apache.camel.component.jms.MessageCreatedStrategytype. Group: advanced- Specified by:
messageCreatedStrategyin interfaceActiveMQ6EndpointBuilderFactory.AdvancedActiveMQ6EndpointConsumerBuilder- Specified by:
messageCreatedStrategyin interfaceActiveMQ6EndpointBuilderFactory.AdvancedActiveMQ6EndpointProducerBuilder- Parameters:
messageCreatedStrategy- the value to set- Returns:
- the dsl builder
-
messageIdEnabled
default ActiveMQ6EndpointBuilderFactory.AdvancedActiveMQ6EndpointBuilder messageIdEnabled(boolean messageIdEnabled) When sending, specifies whether message IDs should be added. This is just an hint to the JMS broker. If the JMS provider accepts this hint, these messages must have the message ID set to null; if the provider ignores the hint, the message ID must be set to its normal unique value. The option is a:booleantype. Default: true Group: advanced- Specified by:
messageIdEnabledin interfaceActiveMQ6EndpointBuilderFactory.AdvancedActiveMQ6EndpointConsumerBuilder- Specified by:
messageIdEnabledin interfaceActiveMQ6EndpointBuilderFactory.AdvancedActiveMQ6EndpointProducerBuilder- Parameters:
messageIdEnabled- the value to set- Returns:
- the dsl builder
-
messageIdEnabled
default ActiveMQ6EndpointBuilderFactory.AdvancedActiveMQ6EndpointBuilder messageIdEnabled(String messageIdEnabled) When sending, specifies whether message IDs should be added. This is just an hint to the JMS broker. If the JMS provider accepts this hint, these messages must have the message ID set to null; if the provider ignores the hint, the message ID must be set to its normal unique value. The option will be converted to abooleantype. Default: true Group: advanced- Specified by:
messageIdEnabledin interfaceActiveMQ6EndpointBuilderFactory.AdvancedActiveMQ6EndpointConsumerBuilder- Specified by:
messageIdEnabledin interfaceActiveMQ6EndpointBuilderFactory.AdvancedActiveMQ6EndpointProducerBuilder- Parameters:
messageIdEnabled- the value to set- Returns:
- the dsl builder
-
messageListenerContainerFactory
default ActiveMQ6EndpointBuilderFactory.AdvancedActiveMQ6EndpointBuilder messageListenerContainerFactory(org.apache.camel.component.jms.MessageListenerContainerFactory messageListenerContainerFactory) Registry ID of the MessageListenerContainerFactory used to determine what org.springframework.jms.listener.AbstractMessageListenerContainer to use to consume messages. Setting this will automatically set consumerType to Custom. The option is a:org.apache.camel.component.jms.MessageListenerContainerFactorytype. Group: advanced- Specified by:
messageListenerContainerFactoryin interfaceActiveMQ6EndpointBuilderFactory.AdvancedActiveMQ6EndpointConsumerBuilder- Specified by:
messageListenerContainerFactoryin interfaceActiveMQ6EndpointBuilderFactory.AdvancedActiveMQ6EndpointProducerBuilder- Parameters:
messageListenerContainerFactory- the value to set- Returns:
- the dsl builder
-
messageListenerContainerFactory
default ActiveMQ6EndpointBuilderFactory.AdvancedActiveMQ6EndpointBuilder messageListenerContainerFactory(String messageListenerContainerFactory) Registry ID of the MessageListenerContainerFactory used to determine what org.springframework.jms.listener.AbstractMessageListenerContainer to use to consume messages. Setting this will automatically set consumerType to Custom. The option will be converted to aorg.apache.camel.component.jms.MessageListenerContainerFactorytype. Group: advanced- Specified by:
messageListenerContainerFactoryin interfaceActiveMQ6EndpointBuilderFactory.AdvancedActiveMQ6EndpointConsumerBuilder- Specified by:
messageListenerContainerFactoryin interfaceActiveMQ6EndpointBuilderFactory.AdvancedActiveMQ6EndpointProducerBuilder- Parameters:
messageListenerContainerFactory- the value to set- Returns:
- the dsl builder
-
messageTimestampEnabled
default ActiveMQ6EndpointBuilderFactory.AdvancedActiveMQ6EndpointBuilder messageTimestampEnabled(boolean messageTimestampEnabled) Specifies whether timestamps should be enabled by default on sending messages. This is just an hint to the JMS broker. If the JMS provider accepts this hint, these messages must have the timestamp set to zero; if the provider ignores the hint the timestamp must be set to its normal value. The option is a:booleantype. Default: true Group: advanced- Specified by:
messageTimestampEnabledin interfaceActiveMQ6EndpointBuilderFactory.AdvancedActiveMQ6EndpointConsumerBuilder- Specified by:
messageTimestampEnabledin interfaceActiveMQ6EndpointBuilderFactory.AdvancedActiveMQ6EndpointProducerBuilder- Parameters:
messageTimestampEnabled- the value to set- Returns:
- the dsl builder
-
messageTimestampEnabled
default ActiveMQ6EndpointBuilderFactory.AdvancedActiveMQ6EndpointBuilder messageTimestampEnabled(String messageTimestampEnabled) Specifies whether timestamps should be enabled by default on sending messages. This is just an hint to the JMS broker. If the JMS provider accepts this hint, these messages must have the timestamp set to zero; if the provider ignores the hint the timestamp must be set to its normal value. The option will be converted to abooleantype. Default: true Group: advanced- Specified by:
messageTimestampEnabledin interfaceActiveMQ6EndpointBuilderFactory.AdvancedActiveMQ6EndpointConsumerBuilder- Specified by:
messageTimestampEnabledin interfaceActiveMQ6EndpointBuilderFactory.AdvancedActiveMQ6EndpointProducerBuilder- Parameters:
messageTimestampEnabled- the value to set- Returns:
- the dsl builder
-
pubSubNoLocal
default ActiveMQ6EndpointBuilderFactory.AdvancedActiveMQ6EndpointBuilder pubSubNoLocal(boolean pubSubNoLocal) Specifies whether to inhibit the delivery of messages published by its own connection. The option is a:booleantype. Default: false Group: advanced- Specified by:
pubSubNoLocalin interfaceActiveMQ6EndpointBuilderFactory.AdvancedActiveMQ6EndpointConsumerBuilder- Specified by:
pubSubNoLocalin interfaceActiveMQ6EndpointBuilderFactory.AdvancedActiveMQ6EndpointProducerBuilder- Parameters:
pubSubNoLocal- the value to set- Returns:
- the dsl builder
-
pubSubNoLocal
default ActiveMQ6EndpointBuilderFactory.AdvancedActiveMQ6EndpointBuilder pubSubNoLocal(String pubSubNoLocal) Specifies whether to inhibit the delivery of messages published by its own connection. The option will be converted to abooleantype. Default: false Group: advanced- Specified by:
pubSubNoLocalin interfaceActiveMQ6EndpointBuilderFactory.AdvancedActiveMQ6EndpointConsumerBuilder- Specified by:
pubSubNoLocalin interfaceActiveMQ6EndpointBuilderFactory.AdvancedActiveMQ6EndpointProducerBuilder- Parameters:
pubSubNoLocal- the value to set- Returns:
- the dsl builder
-
receiveTimeout
default ActiveMQ6EndpointBuilderFactory.AdvancedActiveMQ6EndpointBuilder receiveTimeout(long receiveTimeout) The timeout for receiving messages (in milliseconds). The option is a:longtype. Default: 1000 Group: advanced- Specified by:
receiveTimeoutin interfaceActiveMQ6EndpointBuilderFactory.AdvancedActiveMQ6EndpointConsumerBuilder- Specified by:
receiveTimeoutin interfaceActiveMQ6EndpointBuilderFactory.AdvancedActiveMQ6EndpointProducerBuilder- Parameters:
receiveTimeout- the value to set- Returns:
- the dsl builder
-
receiveTimeout
default ActiveMQ6EndpointBuilderFactory.AdvancedActiveMQ6EndpointBuilder receiveTimeout(String receiveTimeout) The timeout for receiving messages (in milliseconds). The option will be converted to alongtype. Default: 1000 Group: advanced- Specified by:
receiveTimeoutin interfaceActiveMQ6EndpointBuilderFactory.AdvancedActiveMQ6EndpointConsumerBuilder- Specified by:
receiveTimeoutin interfaceActiveMQ6EndpointBuilderFactory.AdvancedActiveMQ6EndpointProducerBuilder- Parameters:
receiveTimeout- the value to set- Returns:
- the dsl builder
-
recoveryInterval
default ActiveMQ6EndpointBuilderFactory.AdvancedActiveMQ6EndpointBuilder recoveryInterval(long recoveryInterval) Specifies the interval between recovery attempts, i.e. when a connection is being refreshed, in milliseconds. The default is 5000 ms, that is, 5 seconds. The option is a:longtype. Default: 5000 Group: advanced- Specified by:
recoveryIntervalin interfaceActiveMQ6EndpointBuilderFactory.AdvancedActiveMQ6EndpointConsumerBuilder- Specified by:
recoveryIntervalin interfaceActiveMQ6EndpointBuilderFactory.AdvancedActiveMQ6EndpointProducerBuilder- Parameters:
recoveryInterval- the value to set- Returns:
- the dsl builder
-
recoveryInterval
default ActiveMQ6EndpointBuilderFactory.AdvancedActiveMQ6EndpointBuilder recoveryInterval(String recoveryInterval) Specifies the interval between recovery attempts, i.e. when a connection is being refreshed, in milliseconds. The default is 5000 ms, that is, 5 seconds. The option will be converted to alongtype. Default: 5000 Group: advanced- Specified by:
recoveryIntervalin interfaceActiveMQ6EndpointBuilderFactory.AdvancedActiveMQ6EndpointConsumerBuilder- Specified by:
recoveryIntervalin interfaceActiveMQ6EndpointBuilderFactory.AdvancedActiveMQ6EndpointProducerBuilder- Parameters:
recoveryInterval- the value to set- Returns:
- the dsl builder
-
requestTimeoutCheckerInterval
default ActiveMQ6EndpointBuilderFactory.AdvancedActiveMQ6EndpointBuilder requestTimeoutCheckerInterval(long requestTimeoutCheckerInterval) Configures how often Camel should check for timed out Exchanges when doing request/reply over JMS. By default Camel checks once per second. But if you must react faster when a timeout occurs, then you can lower this interval, to check more frequently. The timeout is determined by the option requestTimeout. The option is a:longtype. Default: 1000 Group: advanced- Specified by:
requestTimeoutCheckerIntervalin interfaceActiveMQ6EndpointBuilderFactory.AdvancedActiveMQ6EndpointConsumerBuilder- Specified by:
requestTimeoutCheckerIntervalin interfaceActiveMQ6EndpointBuilderFactory.AdvancedActiveMQ6EndpointProducerBuilder- Parameters:
requestTimeoutCheckerInterval- the value to set- Returns:
- the dsl builder
-
requestTimeoutCheckerInterval
default ActiveMQ6EndpointBuilderFactory.AdvancedActiveMQ6EndpointBuilder requestTimeoutCheckerInterval(String requestTimeoutCheckerInterval) Configures how often Camel should check for timed out Exchanges when doing request/reply over JMS. By default Camel checks once per second. But if you must react faster when a timeout occurs, then you can lower this interval, to check more frequently. The timeout is determined by the option requestTimeout. The option will be converted to alongtype. Default: 1000 Group: advanced- Specified by:
requestTimeoutCheckerIntervalin interfaceActiveMQ6EndpointBuilderFactory.AdvancedActiveMQ6EndpointConsumerBuilder- Specified by:
requestTimeoutCheckerIntervalin interfaceActiveMQ6EndpointBuilderFactory.AdvancedActiveMQ6EndpointProducerBuilder- Parameters:
requestTimeoutCheckerInterval- the value to set- Returns:
- the dsl builder
-
synchronous
default ActiveMQ6EndpointBuilderFactory.AdvancedActiveMQ6EndpointBuilder synchronous(boolean synchronous) Sets whether synchronous processing should be strictly used. The option is a:booleantype. Default: false Group: advanced- Specified by:
synchronousin interfaceActiveMQ6EndpointBuilderFactory.AdvancedActiveMQ6EndpointConsumerBuilder- Specified by:
synchronousin interfaceActiveMQ6EndpointBuilderFactory.AdvancedActiveMQ6EndpointProducerBuilder- Parameters:
synchronous- the value to set- Returns:
- the dsl builder
-
synchronous
default ActiveMQ6EndpointBuilderFactory.AdvancedActiveMQ6EndpointBuilder synchronous(String synchronous) Sets whether synchronous processing should be strictly used. The option will be converted to abooleantype. Default: false Group: advanced- Specified by:
synchronousin interfaceActiveMQ6EndpointBuilderFactory.AdvancedActiveMQ6EndpointConsumerBuilder- Specified by:
synchronousin interfaceActiveMQ6EndpointBuilderFactory.AdvancedActiveMQ6EndpointProducerBuilder- Parameters:
synchronous- the value to set- Returns:
- the dsl builder
-
temporaryQueueResolver
default ActiveMQ6EndpointBuilderFactory.AdvancedActiveMQ6EndpointBuilder temporaryQueueResolver(org.apache.camel.component.jms.TemporaryQueueResolver temporaryQueueResolver) A pluggable TemporaryQueueResolver that allows you to use your own resolver for creating temporary queues (some messaging systems has special requirements for creating temporary queues). The option is a:org.apache.camel.component.jms.TemporaryQueueResolvertype. Group: advanced- Specified by:
temporaryQueueResolverin interfaceActiveMQ6EndpointBuilderFactory.AdvancedActiveMQ6EndpointConsumerBuilder- Specified by:
temporaryQueueResolverin interfaceActiveMQ6EndpointBuilderFactory.AdvancedActiveMQ6EndpointProducerBuilder- Parameters:
temporaryQueueResolver- the value to set- Returns:
- the dsl builder
-
temporaryQueueResolver
default ActiveMQ6EndpointBuilderFactory.AdvancedActiveMQ6EndpointBuilder temporaryQueueResolver(String temporaryQueueResolver) A pluggable TemporaryQueueResolver that allows you to use your own resolver for creating temporary queues (some messaging systems has special requirements for creating temporary queues). The option will be converted to aorg.apache.camel.component.jms.TemporaryQueueResolvertype. Group: advanced- Specified by:
temporaryQueueResolverin interfaceActiveMQ6EndpointBuilderFactory.AdvancedActiveMQ6EndpointConsumerBuilder- Specified by:
temporaryQueueResolverin interfaceActiveMQ6EndpointBuilderFactory.AdvancedActiveMQ6EndpointProducerBuilder- Parameters:
temporaryQueueResolver- the value to set- Returns:
- the dsl builder
-
transferException
default ActiveMQ6EndpointBuilderFactory.AdvancedActiveMQ6EndpointBuilder 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 jakarta.jms.ObjectMessage. If the client is Camel, the returned Exception is rethrown. This allows you to use Camel JMS as a bridge in your routing - for example, using persistent queues to enable robust routing. Notice that if you also have transferExchange enabled, this option takes precedence. The caught exception is required to be serializable. The original Exception on the consumer side can be wrapped in an outer exception such as org.apache.camel.RuntimeCamelException when returned to the producer. Use this with caution as the data is using Java Object serialization and requires the received to be able to deserialize the data at Class level, which forces a strong coupling between the producers and consumer!. The option is a:booleantype. Default: false Group: advanced- Specified by:
transferExceptionin interfaceActiveMQ6EndpointBuilderFactory.AdvancedActiveMQ6EndpointConsumerBuilder- Specified by:
transferExceptionin interfaceActiveMQ6EndpointBuilderFactory.AdvancedActiveMQ6EndpointProducerBuilder- Parameters:
transferException- the value to set- Returns:
- the dsl builder
-
transferException
default ActiveMQ6EndpointBuilderFactory.AdvancedActiveMQ6EndpointBuilder 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 jakarta.jms.ObjectMessage. If the client is Camel, the returned Exception is rethrown. This allows you to use Camel JMS as a bridge in your routing - for example, using persistent queues to enable robust routing. Notice that if you also have transferExchange enabled, this option takes precedence. The caught exception is required to be serializable. The original Exception on the consumer side can be wrapped in an outer exception such as org.apache.camel.RuntimeCamelException when returned to the producer. Use this with caution as the data is using Java Object serialization and requires the received to be able to deserialize the data at Class level, which forces a strong coupling between the producers and consumer!. The option will be converted to abooleantype. Default: false Group: advanced- Specified by:
transferExceptionin interfaceActiveMQ6EndpointBuilderFactory.AdvancedActiveMQ6EndpointConsumerBuilder- Specified by:
transferExceptionin interfaceActiveMQ6EndpointBuilderFactory.AdvancedActiveMQ6EndpointProducerBuilder- Parameters:
transferException- the value to set- Returns:
- the dsl builder
-
transferExchange
default ActiveMQ6EndpointBuilderFactory.AdvancedActiveMQ6EndpointBuilder transferExchange(boolean transferExchange) You can transfer the exchange over the wire instead of just the body and headers. The following fields are transferred: In body, Out body, Fault body, In headers, Out headers, Fault headers, exchange properties, exchange exception. This requires that the objects are serializable. Camel will exclude any non-serializable objects and log it at WARN level. You must enable this option on both the producer and consumer side, so Camel knows the payloads is an Exchange and not a regular payload. Use this with caution as the data is using Java Object serialization and requires the receiver to be able to deserialize the data at Class level, which forces a strong coupling between the producers and consumers having to use compatible Camel versions!. The option is a:booleantype. Default: false Group: advanced- Specified by:
transferExchangein interfaceActiveMQ6EndpointBuilderFactory.AdvancedActiveMQ6EndpointConsumerBuilder- Specified by:
transferExchangein interfaceActiveMQ6EndpointBuilderFactory.AdvancedActiveMQ6EndpointProducerBuilder- Parameters:
transferExchange- the value to set- Returns:
- the dsl builder
-
transferExchange
default ActiveMQ6EndpointBuilderFactory.AdvancedActiveMQ6EndpointBuilder transferExchange(String transferExchange) You can transfer the exchange over the wire instead of just the body and headers. The following fields are transferred: In body, Out body, Fault body, In headers, Out headers, Fault headers, exchange properties, exchange exception. This requires that the objects are serializable. Camel will exclude any non-serializable objects and log it at WARN level. You must enable this option on both the producer and consumer side, so Camel knows the payloads is an Exchange and not a regular payload. Use this with caution as the data is using Java Object serialization and requires the receiver to be able to deserialize the data at Class level, which forces a strong coupling between the producers and consumers having to use compatible Camel versions!. The option will be converted to abooleantype. Default: false Group: advanced- Specified by:
transferExchangein interfaceActiveMQ6EndpointBuilderFactory.AdvancedActiveMQ6EndpointConsumerBuilder- Specified by:
transferExchangein interfaceActiveMQ6EndpointBuilderFactory.AdvancedActiveMQ6EndpointProducerBuilder- Parameters:
transferExchange- the value to set- Returns:
- the dsl builder
-
useMessageIDAsCorrelationID
default ActiveMQ6EndpointBuilderFactory.AdvancedActiveMQ6EndpointBuilder useMessageIDAsCorrelationID(boolean useMessageIDAsCorrelationID) Specifies whether JMSMessageID should always be used as JMSCorrelationID for InOut messages. The option is a:booleantype. Default: false Group: advanced- Specified by:
useMessageIDAsCorrelationIDin interfaceActiveMQ6EndpointBuilderFactory.AdvancedActiveMQ6EndpointConsumerBuilder- Specified by:
useMessageIDAsCorrelationIDin interfaceActiveMQ6EndpointBuilderFactory.AdvancedActiveMQ6EndpointProducerBuilder- Parameters:
useMessageIDAsCorrelationID- the value to set- Returns:
- the dsl builder
-
useMessageIDAsCorrelationID
default ActiveMQ6EndpointBuilderFactory.AdvancedActiveMQ6EndpointBuilder useMessageIDAsCorrelationID(String useMessageIDAsCorrelationID) Specifies whether JMSMessageID should always be used as JMSCorrelationID for InOut messages. The option will be converted to abooleantype. Default: false Group: advanced- Specified by:
useMessageIDAsCorrelationIDin interfaceActiveMQ6EndpointBuilderFactory.AdvancedActiveMQ6EndpointConsumerBuilder- Specified by:
useMessageIDAsCorrelationIDin interfaceActiveMQ6EndpointBuilderFactory.AdvancedActiveMQ6EndpointProducerBuilder- Parameters:
useMessageIDAsCorrelationID- the value to set- Returns:
- the dsl builder
-
waitForProvisionCorrelationToBeUpdatedCounter
default ActiveMQ6EndpointBuilderFactory.AdvancedActiveMQ6EndpointBuilder waitForProvisionCorrelationToBeUpdatedCounter(int waitForProvisionCorrelationToBeUpdatedCounter) 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. The option is a:inttype. Default: 50 Group: advanced- Specified by:
waitForProvisionCorrelationToBeUpdatedCounterin interfaceActiveMQ6EndpointBuilderFactory.AdvancedActiveMQ6EndpointConsumerBuilder- Specified by:
waitForProvisionCorrelationToBeUpdatedCounterin interfaceActiveMQ6EndpointBuilderFactory.AdvancedActiveMQ6EndpointProducerBuilder- Parameters:
waitForProvisionCorrelationToBeUpdatedCounter- the value to set- Returns:
- the dsl builder
-
waitForProvisionCorrelationToBeUpdatedCounter
default ActiveMQ6EndpointBuilderFactory.AdvancedActiveMQ6EndpointBuilder waitForProvisionCorrelationToBeUpdatedCounter(String waitForProvisionCorrelationToBeUpdatedCounter) 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. The option will be converted to ainttype. Default: 50 Group: advanced- Specified by:
waitForProvisionCorrelationToBeUpdatedCounterin interfaceActiveMQ6EndpointBuilderFactory.AdvancedActiveMQ6EndpointConsumerBuilder- Specified by:
waitForProvisionCorrelationToBeUpdatedCounterin interfaceActiveMQ6EndpointBuilderFactory.AdvancedActiveMQ6EndpointProducerBuilder- Parameters:
waitForProvisionCorrelationToBeUpdatedCounter- the value to set- Returns:
- the dsl builder
-
waitForProvisionCorrelationToBeUpdatedThreadSleepingTime
default ActiveMQ6EndpointBuilderFactory.AdvancedActiveMQ6EndpointBuilder waitForProvisionCorrelationToBeUpdatedThreadSleepingTime(long waitForProvisionCorrelationToBeUpdatedThreadSleepingTime) Interval in millis to sleep each time while waiting for provisional correlation id to be updated. The option is a:longtype. Default: 100 Group: advanced- Specified by:
waitForProvisionCorrelationToBeUpdatedThreadSleepingTimein interfaceActiveMQ6EndpointBuilderFactory.AdvancedActiveMQ6EndpointConsumerBuilder- Specified by:
waitForProvisionCorrelationToBeUpdatedThreadSleepingTimein interfaceActiveMQ6EndpointBuilderFactory.AdvancedActiveMQ6EndpointProducerBuilder- Parameters:
waitForProvisionCorrelationToBeUpdatedThreadSleepingTime- the value to set- Returns:
- the dsl builder
-
waitForProvisionCorrelationToBeUpdatedThreadSleepingTime
default ActiveMQ6EndpointBuilderFactory.AdvancedActiveMQ6EndpointBuilder waitForProvisionCorrelationToBeUpdatedThreadSleepingTime(String waitForProvisionCorrelationToBeUpdatedThreadSleepingTime) Interval in millis to sleep each time while waiting for provisional correlation id to be updated. The option will be converted to alongtype. Default: 100 Group: advanced- Specified by:
waitForProvisionCorrelationToBeUpdatedThreadSleepingTimein interfaceActiveMQ6EndpointBuilderFactory.AdvancedActiveMQ6EndpointConsumerBuilder- Specified by:
waitForProvisionCorrelationToBeUpdatedThreadSleepingTimein interfaceActiveMQ6EndpointBuilderFactory.AdvancedActiveMQ6EndpointProducerBuilder- Parameters:
waitForProvisionCorrelationToBeUpdatedThreadSleepingTime- the value to set- Returns:
- the dsl builder
-
waitForTemporaryReplyToToBeUpdatedCounter
default ActiveMQ6EndpointBuilderFactory.AdvancedActiveMQ6EndpointBuilder waitForTemporaryReplyToToBeUpdatedCounter(int waitForTemporaryReplyToToBeUpdatedCounter) Number of times to wait for temporary replyTo queue to be created and ready when doing request/reply over JMS. The option is a:inttype. Default: 200 Group: advanced- Specified by:
waitForTemporaryReplyToToBeUpdatedCounterin interfaceActiveMQ6EndpointBuilderFactory.AdvancedActiveMQ6EndpointConsumerBuilder- Specified by:
waitForTemporaryReplyToToBeUpdatedCounterin interfaceActiveMQ6EndpointBuilderFactory.AdvancedActiveMQ6EndpointProducerBuilder- Parameters:
waitForTemporaryReplyToToBeUpdatedCounter- the value to set- Returns:
- the dsl builder
-
waitForTemporaryReplyToToBeUpdatedCounter
default ActiveMQ6EndpointBuilderFactory.AdvancedActiveMQ6EndpointBuilder waitForTemporaryReplyToToBeUpdatedCounter(String waitForTemporaryReplyToToBeUpdatedCounter) Number of times to wait for temporary replyTo queue to be created and ready when doing request/reply over JMS. The option will be converted to ainttype. Default: 200 Group: advanced- Specified by:
waitForTemporaryReplyToToBeUpdatedCounterin interfaceActiveMQ6EndpointBuilderFactory.AdvancedActiveMQ6EndpointConsumerBuilder- Specified by:
waitForTemporaryReplyToToBeUpdatedCounterin interfaceActiveMQ6EndpointBuilderFactory.AdvancedActiveMQ6EndpointProducerBuilder- Parameters:
waitForTemporaryReplyToToBeUpdatedCounter- the value to set- Returns:
- the dsl builder
-
waitForTemporaryReplyToToBeUpdatedThreadSleepingTime
default ActiveMQ6EndpointBuilderFactory.AdvancedActiveMQ6EndpointBuilder waitForTemporaryReplyToToBeUpdatedThreadSleepingTime(long waitForTemporaryReplyToToBeUpdatedThreadSleepingTime) Interval in millis to sleep each time while waiting for temporary replyTo queue to be ready. The option is a:longtype. Default: 100 Group: advanced- Specified by:
waitForTemporaryReplyToToBeUpdatedThreadSleepingTimein interfaceActiveMQ6EndpointBuilderFactory.AdvancedActiveMQ6EndpointConsumerBuilder- Specified by:
waitForTemporaryReplyToToBeUpdatedThreadSleepingTimein interfaceActiveMQ6EndpointBuilderFactory.AdvancedActiveMQ6EndpointProducerBuilder- Parameters:
waitForTemporaryReplyToToBeUpdatedThreadSleepingTime- the value to set- Returns:
- the dsl builder
-
waitForTemporaryReplyToToBeUpdatedThreadSleepingTime
default ActiveMQ6EndpointBuilderFactory.AdvancedActiveMQ6EndpointBuilder waitForTemporaryReplyToToBeUpdatedThreadSleepingTime(String waitForTemporaryReplyToToBeUpdatedThreadSleepingTime) Interval in millis to sleep each time while waiting for temporary replyTo queue to be ready. The option will be converted to alongtype. Default: 100 Group: advanced- Specified by:
waitForTemporaryReplyToToBeUpdatedThreadSleepingTimein interfaceActiveMQ6EndpointBuilderFactory.AdvancedActiveMQ6EndpointConsumerBuilder- Specified by:
waitForTemporaryReplyToToBeUpdatedThreadSleepingTimein interfaceActiveMQ6EndpointBuilderFactory.AdvancedActiveMQ6EndpointProducerBuilder- Parameters:
waitForTemporaryReplyToToBeUpdatedThreadSleepingTime- the value to set- Returns:
- the dsl builder
-
lazyCreateTransactionManager
default ActiveMQ6EndpointBuilderFactory.AdvancedActiveMQ6EndpointBuilder lazyCreateTransactionManager(boolean lazyCreateTransactionManager) If true, Camel will create a JmsTransactionManager, if there is no transactionManager injected when option transacted=true. The option is a:booleantype. Default: true Group: transaction (advanced)- Specified by:
lazyCreateTransactionManagerin interfaceActiveMQ6EndpointBuilderFactory.AdvancedActiveMQ6EndpointConsumerBuilder- Specified by:
lazyCreateTransactionManagerin interfaceActiveMQ6EndpointBuilderFactory.AdvancedActiveMQ6EndpointProducerBuilder- Parameters:
lazyCreateTransactionManager- the value to set- Returns:
- the dsl builder
-
lazyCreateTransactionManager
default ActiveMQ6EndpointBuilderFactory.AdvancedActiveMQ6EndpointBuilder lazyCreateTransactionManager(String lazyCreateTransactionManager) If true, Camel will create a JmsTransactionManager, if there is no transactionManager injected when option transacted=true. The option will be converted to abooleantype. Default: true Group: transaction (advanced)- Specified by:
lazyCreateTransactionManagerin interfaceActiveMQ6EndpointBuilderFactory.AdvancedActiveMQ6EndpointConsumerBuilder- Specified by:
lazyCreateTransactionManagerin interfaceActiveMQ6EndpointBuilderFactory.AdvancedActiveMQ6EndpointProducerBuilder- Parameters:
lazyCreateTransactionManager- the value to set- Returns:
- the dsl builder
-
transactionManager
default ActiveMQ6EndpointBuilderFactory.AdvancedActiveMQ6EndpointBuilder transactionManager(org.springframework.transaction.PlatformTransactionManager transactionManager) The Spring transaction manager to use. The option is a:org.springframework.transaction.PlatformTransactionManagertype. Group: transaction (advanced)- Specified by:
transactionManagerin interfaceActiveMQ6EndpointBuilderFactory.AdvancedActiveMQ6EndpointConsumerBuilder- Specified by:
transactionManagerin interfaceActiveMQ6EndpointBuilderFactory.AdvancedActiveMQ6EndpointProducerBuilder- Parameters:
transactionManager- the value to set- Returns:
- the dsl builder
-
transactionManager
default ActiveMQ6EndpointBuilderFactory.AdvancedActiveMQ6EndpointBuilder transactionManager(String transactionManager) The Spring transaction manager to use. The option will be converted to aorg.springframework.transaction.PlatformTransactionManagertype. Group: transaction (advanced)- Specified by:
transactionManagerin interfaceActiveMQ6EndpointBuilderFactory.AdvancedActiveMQ6EndpointConsumerBuilder- Specified by:
transactionManagerin interfaceActiveMQ6EndpointBuilderFactory.AdvancedActiveMQ6EndpointProducerBuilder- Parameters:
transactionManager- the value to set- Returns:
- the dsl builder
-
transactionName
default ActiveMQ6EndpointBuilderFactory.AdvancedActiveMQ6EndpointBuilder transactionName(String transactionName) The name of the transaction to use. The option is a:java.lang.Stringtype. Group: transaction (advanced)- Specified by:
transactionNamein interfaceActiveMQ6EndpointBuilderFactory.AdvancedActiveMQ6EndpointConsumerBuilder- Specified by:
transactionNamein interfaceActiveMQ6EndpointBuilderFactory.AdvancedActiveMQ6EndpointProducerBuilder- Parameters:
transactionName- the value to set- Returns:
- the dsl builder
-
transactionTimeout
default ActiveMQ6EndpointBuilderFactory.AdvancedActiveMQ6EndpointBuilder transactionTimeout(int transactionTimeout) The timeout value of the transaction (in seconds), if using transacted mode. The option is a:inttype. Default: -1 Group: transaction (advanced)- Specified by:
transactionTimeoutin interfaceActiveMQ6EndpointBuilderFactory.AdvancedActiveMQ6EndpointConsumerBuilder- Specified by:
transactionTimeoutin interfaceActiveMQ6EndpointBuilderFactory.AdvancedActiveMQ6EndpointProducerBuilder- Parameters:
transactionTimeout- the value to set- Returns:
- the dsl builder
-
transactionTimeout
default ActiveMQ6EndpointBuilderFactory.AdvancedActiveMQ6EndpointBuilder transactionTimeout(String transactionTimeout) The timeout value of the transaction (in seconds), if using transacted mode. The option will be converted to ainttype. Default: -1 Group: transaction (advanced)- Specified by:
transactionTimeoutin interfaceActiveMQ6EndpointBuilderFactory.AdvancedActiveMQ6EndpointConsumerBuilder- Specified by:
transactionTimeoutin interfaceActiveMQ6EndpointBuilderFactory.AdvancedActiveMQ6EndpointProducerBuilder- Parameters:
transactionTimeout- the value to set- Returns:
- the dsl builder
-