Class Activemq6ComponentBuilderFactory.Activemq6ComponentBuilderImpl
java.lang.Object
org.apache.camel.builder.component.AbstractComponentBuilder<org.apache.camel.component.activemq6.ActiveMQComponent>
org.apache.camel.builder.component.dsl.Activemq6ComponentBuilderFactory.Activemq6ComponentBuilderImpl
- All Implemented Interfaces:
ComponentBuilder<org.apache.camel.component.activemq6.ActiveMQComponent>
,Activemq6ComponentBuilderFactory.Activemq6ComponentBuilder
- Enclosing interface:
Activemq6ComponentBuilderFactory
public static class Activemq6ComponentBuilderFactory.Activemq6ComponentBuilderImpl
extends AbstractComponentBuilder<org.apache.camel.component.activemq6.ActiveMQComponent>
implements Activemq6ComponentBuilderFactory.Activemq6ComponentBuilder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected org.apache.camel.component.activemq6.ActiveMQComponent
protected boolean
setPropertyOnComponent
(org.apache.camel.Component component, String name, Object value) Methods inherited from class org.apache.camel.builder.component.AbstractComponentBuilder
build, build, doSetProperty, register
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apache.camel.builder.component.dsl.Activemq6ComponentBuilderFactory.Activemq6ComponentBuilder
acceptMessagesWhileStopping, acknowledgementModeName, allowAdditionalHeaders, allowAutoWiredConnectionFactory, allowAutoWiredDestinationResolver, allowNullBody, allowReplyManagerQuickStop, allowSerializedHeaders, alwaysCopyMessage, artemisConsumerPriority, artemisStreamingEnabled, asyncConsumer, asyncStartListener, asyncStopListener, autoStartup, autowiredEnabled, brokerURL, cacheLevel, cacheLevelName, clientId, concurrentConsumers, configuration, connectionFactory, consumerType, correlationProperty, defaultTaskExecutorType, deliveryDelay, deliveryMode, deliveryPersistent, destinationResolver, disableReplyTo, disableTimeToLive, durableSubscriptionName, eagerLoadingOfProperties, eagerPoisonBody, embedded, errorHandler, errorHandlerLoggingLevel, errorHandlerLogStackTrace, exceptionListener, explicitQosEnabled, exposeListenerSession, forceSendOriginalMessage, formatDateHeadersToIso8601, headerFilterStrategy, idleConsumerLimit, idleTaskExecutionLimit, includeAllJMSXProperties, includeCorrelationIDAsBytes, includeSentJMSMessageID, jmsKeyFormatStrategy, jmsMessageType, lazyCreateTransactionManager, lazyStartProducer, mapJmsMessage, maxConcurrentConsumers, maxMessagesPerTask, messageConverter, messageCreatedStrategy, messageIdEnabled, messageListenerContainerFactory, messageTimestampEnabled, password, preserveMessageQos, priority, pubSubNoLocal, queueBrowseStrategy, receiveTimeout, recoveryInterval, replyTo, replyToCacheLevelName, replyToConcurrentConsumers, replyToConsumerType, replyToDeliveryPersistent, replyToDestinationSelectorName, replyToMaxConcurrentConsumers, replyToOnTimeoutMaxConcurrentConsumers, replyToOverride, replyToSameDestinationAllowed, replyToType, requestTimeout, requestTimeoutCheckerInterval, selector, serviceLocationEnabled, streamMessageTypeEnabled, subscriptionDurable, subscriptionName, subscriptionShared, synchronous, taskExecutor, temporaryQueueResolver, testConnectionOnStartup, timeToLive, transacted, transactedInOut, transactionManager, transactionName, transactionTimeout, transferException, transferExchange, trustAllPackages, useMessageIDAsCorrelationID, usePooledConnection, username, useSingleConnection, waitForProvisionCorrelationToBeUpdatedCounter, waitForProvisionCorrelationToBeUpdatedThreadSleepingTime, waitForTemporaryReplyToToBeUpdatedCounter, waitForTemporaryReplyToToBeUpdatedThreadSleepingTime
Methods inherited from interface org.apache.camel.builder.component.ComponentBuilder
build, build, doSetProperty, register
-
Constructor Details
-
Activemq6ComponentBuilderImpl
public Activemq6ComponentBuilderImpl()
-
-
Method Details
-
buildConcreteComponent
protected org.apache.camel.component.activemq6.ActiveMQComponent buildConcreteComponent()- Specified by:
buildConcreteComponent
in classAbstractComponentBuilder<org.apache.camel.component.activemq6.ActiveMQComponent>
-
setPropertyOnComponent
protected boolean setPropertyOnComponent(org.apache.camel.Component component, String name, Object value) - Specified by:
setPropertyOnComponent
in classAbstractComponentBuilder<org.apache.camel.component.activemq6.ActiveMQComponent>
-