Uses of Interface
org.apache.camel.builder.endpoint.dsl.ActiveMQEndpointBuilderFactory.ActiveMQEndpointConsumerBuilder
Packages that use ActiveMQEndpointBuilderFactory.ActiveMQEndpointConsumerBuilder
-
Uses of ActiveMQEndpointBuilderFactory.ActiveMQEndpointConsumerBuilder in org.apache.camel.builder.endpoint.dsl
Subinterfaces of ActiveMQEndpointBuilderFactory.ActiveMQEndpointConsumerBuilder in org.apache.camel.builder.endpoint.dslModifier and TypeInterfaceDescriptionstatic interfaceBuilder for endpoint for the ActiveMQ component.Methods in org.apache.camel.builder.endpoint.dsl that return ActiveMQEndpointBuilderFactory.ActiveMQEndpointConsumerBuilderModifier and TypeMethodDescriptionActiveMQEndpointBuilderFactory.ActiveMQEndpointConsumerBuilder.acknowledgementModeName(String acknowledgementModeName) The JMS acknowledgement name, which is one of: SESSION_TRANSACTED, CLIENT_ACKNOWLEDGE, AUTO_ACKNOWLEDGE, DUPS_OK_ACKNOWLEDGE.ActiveMQEndpointBuilderFactory.ActiveMQEndpointConsumerBuilder.artemisConsumerPriority(int artemisConsumerPriority) Consumer priorities allow you to ensure that high priority consumers receive messages while they are active.ActiveMQEndpointBuilderFactory.ActiveMQEndpointConsumerBuilder.artemisConsumerPriority(String artemisConsumerPriority) Consumer priorities allow you to ensure that high priority consumers receive messages while they are active.ActiveMQEndpointBuilderFactory.ActiveMQEndpointConsumerBuilder.asyncConsumer(boolean asyncConsumer) Whether the JmsConsumer processes the Exchange asynchronously.ActiveMQEndpointBuilderFactory.ActiveMQEndpointConsumerBuilder.asyncConsumer(String asyncConsumer) Whether the JmsConsumer processes the Exchange asynchronously.ActiveMQEndpointBuilderFactory.ActiveMQEndpointConsumerBuilder.autoStartup(boolean autoStartup) Specifies whether the consumer container should auto-startup.ActiveMQEndpointBuilderFactory.ActiveMQEndpointConsumerBuilder.autoStartup(String autoStartup) Specifies whether the consumer container should auto-startup.ActiveMQEndpointBuilderFactory.AdvancedActiveMQEndpointConsumerBuilder.basic()ActiveMQEndpointBuilderFactory.ActiveMQEndpointConsumerBuilder.cacheLevel(int cacheLevel) Sets the cache level by ID for the underlying JMS resources.ActiveMQEndpointBuilderFactory.ActiveMQEndpointConsumerBuilder.cacheLevel(String cacheLevel) Sets the cache level by ID for the underlying JMS resources.ActiveMQEndpointBuilderFactory.ActiveMQEndpointConsumerBuilder.cacheLevelName(String cacheLevelName) Sets the cache level by name for the underlying JMS resources.Sets the JMS client ID to use.ActiveMQEndpointBuilderFactory.ActiveMQEndpointConsumerBuilder.concurrentConsumers(int concurrentConsumers) Specifies the default number of concurrent consumers when consuming from JMS (not for request/reply over JMS).ActiveMQEndpointBuilderFactory.ActiveMQEndpointConsumerBuilder.concurrentConsumers(String concurrentConsumers) Specifies the default number of concurrent consumers when consuming from JMS (not for request/reply over JMS).ActiveMQEndpointBuilderFactory.ActiveMQEndpointConsumerBuilder.connectionFactory(jakarta.jms.ConnectionFactory connectionFactory) The connection factory to be use.ActiveMQEndpointBuilderFactory.ActiveMQEndpointConsumerBuilder.connectionFactory(String connectionFactory) The connection factory to be use.ActiveMQEndpointBuilderFactory.ActiveMQEndpointConsumerBuilder.disableReplyTo(boolean disableReplyTo) Specifies whether Camel ignores the JMSReplyTo header in messages.ActiveMQEndpointBuilderFactory.ActiveMQEndpointConsumerBuilder.disableReplyTo(String disableReplyTo) Specifies whether Camel ignores the JMSReplyTo header in messages.ActiveMQEndpointBuilderFactory.ActiveMQEndpointConsumerBuilder.durableSubscriptionName(String durableSubscriptionName) The durable subscriber name for specifying durable topic subscriptions.ActiveMQEndpointBuilderFactory.ActiveMQEndpointConsumerBuilder.errorHandlerLoggingLevel(String errorHandlerLoggingLevel) Allows to configure the default errorHandler logging level for logging uncaught exceptions.ActiveMQEndpointBuilderFactory.ActiveMQEndpointConsumerBuilder.errorHandlerLoggingLevel(org.apache.camel.LoggingLevel errorHandlerLoggingLevel) Allows to configure the default errorHandler logging level for logging uncaught exceptions.ActiveMQEndpointBuilderFactory.ActiveMQEndpointConsumerBuilder.errorHandlerLogStackTrace(boolean errorHandlerLogStackTrace) Allows to control whether stacktraces should be logged or not, by the default errorHandler.ActiveMQEndpointBuilderFactory.ActiveMQEndpointConsumerBuilder.errorHandlerLogStackTrace(String errorHandlerLogStackTrace) Allows to control whether stacktraces should be logged or not, by the default errorHandler.ActiveMQEndpointBuilderFactory.ActiveMQEndpointConsumerBuilder.jmsMessageType(String jmsMessageType) Allows you to force the use of a specific jakarta.jms.Message implementation for sending JMS messages.ActiveMQEndpointBuilderFactory.ActiveMQEndpointConsumerBuilder.jmsMessageType(org.apache.camel.component.jms.JmsMessageType jmsMessageType) Allows you to force the use of a specific jakarta.jms.Message implementation for sending JMS messages.ActiveMQEndpointBuilderFactory.ActiveMQEndpointConsumerBuilder.maxConcurrentConsumers(int maxConcurrentConsumers) Specifies the maximum number of concurrent consumers when consuming from JMS (not for request/reply over JMS).ActiveMQEndpointBuilderFactory.ActiveMQEndpointConsumerBuilder.maxConcurrentConsumers(String maxConcurrentConsumers) Specifies the maximum number of concurrent consumers when consuming from JMS (not for request/reply over JMS).Password to use with the ConnectionFactory.Provides an explicit ReplyTo destination (overrides any incoming value of Message.getJMSReplyTo() in consumer).ActiveMQEndpointBuilderFactory.ActiveMQEndpointConsumerBuilder.replyToDeliveryPersistent(boolean replyToDeliveryPersistent) Specifies whether to use persistent delivery by default for replies.ActiveMQEndpointBuilderFactory.ActiveMQEndpointConsumerBuilder.replyToDeliveryPersistent(String replyToDeliveryPersistent) Specifies whether to use persistent delivery by default for replies.Sets the JMS selector to use.ActiveMQEndpointBuilderFactory.ActiveMQEndpointConsumerBuilder.subscriptionDurable(boolean subscriptionDurable) Set whether to make the subscription durable.ActiveMQEndpointBuilderFactory.ActiveMQEndpointConsumerBuilder.subscriptionDurable(String subscriptionDurable) Set whether to make the subscription durable.ActiveMQEndpointBuilderFactory.ActiveMQEndpointConsumerBuilder.subscriptionName(String subscriptionName) Set the name of a subscription to create.ActiveMQEndpointBuilderFactory.ActiveMQEndpointConsumerBuilder.subscriptionShared(boolean subscriptionShared) Set whether to make the subscription shared.ActiveMQEndpointBuilderFactory.ActiveMQEndpointConsumerBuilder.subscriptionShared(String subscriptionShared) Set whether to make the subscription shared.ActiveMQEndpointBuilderFactory.ActiveMQEndpointConsumerBuilder.testConnectionOnStartup(boolean testConnectionOnStartup) Specifies whether to test the connection on startup.ActiveMQEndpointBuilderFactory.ActiveMQEndpointConsumerBuilder.testConnectionOnStartup(String testConnectionOnStartup) Specifies whether to test the connection on startup.ActiveMQEndpointBuilderFactory.ActiveMQEndpointConsumerBuilder.transacted(boolean transacted) Specifies whether to use transacted mode.ActiveMQEndpointBuilderFactory.ActiveMQEndpointConsumerBuilder.transacted(String transacted) Specifies whether to use transacted mode.ActiveMQEndpointBuilderFactory.ActiveMQEndpointConsumerBuilder.transactedInOut(boolean transactedInOut) Specifies whether InOut operations (request reply) default to using transacted mode If this flag is set to true, then Spring JmsTemplate will have sessionTransacted set to true, and the acknowledgeMode as transacted on the JmsTemplate used for InOut operations.ActiveMQEndpointBuilderFactory.ActiveMQEndpointConsumerBuilder.transactedInOut(String transactedInOut) Specifies whether InOut operations (request reply) default to using transacted mode If this flag is set to true, then Spring JmsTemplate will have sessionTransacted set to true, and the acknowledgeMode as transacted on the JmsTemplate used for InOut operations.Username to use with the ConnectionFactory.