Uses of Interface
org.apache.camel.builder.endpoint.dsl.AMQPEndpointBuilderFactory.AMQPEndpointProducerBuilder
Packages that use AMQPEndpointBuilderFactory.AMQPEndpointProducerBuilder
-
Uses of AMQPEndpointBuilderFactory.AMQPEndpointProducerBuilder in org.apache.camel.builder.endpoint.dsl
Subinterfaces of AMQPEndpointBuilderFactory.AMQPEndpointProducerBuilder in org.apache.camel.builder.endpoint.dslModifier and TypeInterfaceDescriptionstatic interfaceBuilder for endpoint for the AMQP component.Methods in org.apache.camel.builder.endpoint.dsl that return AMQPEndpointBuilderFactory.AMQPEndpointProducerBuilderModifier and TypeMethodDescriptionAMQPEndpointBuilderFactory.AdvancedAMQPEndpointProducerBuilder.basic()Sets the JMS client ID to use.AMQPEndpointBuilderFactory.AMQPEndpointProducerBuilder.connectionFactory(jakarta.jms.ConnectionFactory connectionFactory) The connection factory to be use.AMQPEndpointBuilderFactory.AMQPEndpointProducerBuilder.connectionFactory(String connectionFactory) The connection factory to be use.AMQPEndpointBuilderFactory.AMQPEndpointProducerBuilder.deliveryDelay(long deliveryDelay) Sets delivery delay to use for send calls for JMS.AMQPEndpointBuilderFactory.AMQPEndpointProducerBuilder.deliveryDelay(String deliveryDelay) Sets delivery delay to use for send calls for JMS.AMQPEndpointBuilderFactory.AMQPEndpointProducerBuilder.deliveryMode(Integer deliveryMode) Specifies the delivery mode to be used.AMQPEndpointBuilderFactory.AMQPEndpointProducerBuilder.deliveryMode(String deliveryMode) Specifies the delivery mode to be used.AMQPEndpointBuilderFactory.AMQPEndpointProducerBuilder.deliveryPersistent(boolean deliveryPersistent) Specifies whether persistent delivery is used by default.AMQPEndpointBuilderFactory.AMQPEndpointProducerBuilder.deliveryPersistent(String deliveryPersistent) Specifies whether persistent delivery is used by default.AMQPEndpointBuilderFactory.AMQPEndpointProducerBuilder.disableReplyTo(boolean disableReplyTo) Specifies whether Camel ignores the JMSReplyTo header in messages.AMQPEndpointBuilderFactory.AMQPEndpointProducerBuilder.disableReplyTo(String disableReplyTo) Specifies whether Camel ignores the JMSReplyTo header in messages.AMQPEndpointBuilderFactory.AMQPEndpointProducerBuilder.durableSubscriptionName(String durableSubscriptionName) The durable subscriber name for specifying durable topic subscriptions.AMQPEndpointBuilderFactory.AMQPEndpointProducerBuilder.explicitQosEnabled(Boolean explicitQosEnabled) Set if the deliveryMode, priority or timeToLive qualities of service should be used when sending messages.AMQPEndpointBuilderFactory.AMQPEndpointProducerBuilder.explicitQosEnabled(String explicitQosEnabled) Set if the deliveryMode, priority or timeToLive qualities of service should be used when sending messages.AMQPEndpointBuilderFactory.AMQPEndpointProducerBuilder.formatDateHeadersToIso8601(boolean formatDateHeadersToIso8601) Sets whether JMS date properties should be formatted according to the ISO 8601 standard.AMQPEndpointBuilderFactory.AMQPEndpointProducerBuilder.formatDateHeadersToIso8601(String formatDateHeadersToIso8601) Sets whether JMS date properties should be formatted according to the ISO 8601 standard.AMQPEndpointBuilderFactory.AMQPEndpointProducerBuilder.jmsMessageType(String jmsMessageType) Allows you to force the use of a specific jakarta.jms.Message implementation for sending JMS messages.AMQPEndpointBuilderFactory.AMQPEndpointProducerBuilder.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.Password to use with the ConnectionFactory.AMQPEndpointBuilderFactory.AMQPEndpointProducerBuilder.preserveMessageQos(boolean preserveMessageQos) Set to true, if you want to send message using the QoS settings specified on the message, instead of the QoS settings on the JMS endpoint.AMQPEndpointBuilderFactory.AMQPEndpointProducerBuilder.preserveMessageQos(String preserveMessageQos) Set to true, if you want to send message using the QoS settings specified on the message, instead of the QoS settings on the JMS endpoint.AMQPEndpointBuilderFactory.AMQPEndpointProducerBuilder.priority(int priority) Values greater than 1 specify the message priority when sending (where 1 is the lowest priority and 9 is the highest).Values greater than 1 specify the message priority when sending (where 1 is the lowest priority and 9 is the highest).Provides an explicit ReplyTo destination (overrides any incoming value of Message.getJMSReplyTo() in consumer).AMQPEndpointBuilderFactory.AMQPEndpointProducerBuilder.replyToConcurrentConsumers(int replyToConcurrentConsumers) Specifies the default number of concurrent consumers when doing request/reply over JMS.AMQPEndpointBuilderFactory.AMQPEndpointProducerBuilder.replyToConcurrentConsumers(String replyToConcurrentConsumers) Specifies the default number of concurrent consumers when doing request/reply over JMS.AMQPEndpointBuilderFactory.AMQPEndpointProducerBuilder.replyToMaxConcurrentConsumers(int replyToMaxConcurrentConsumers) Specifies the maximum number of concurrent consumers when using request/reply over JMS.AMQPEndpointBuilderFactory.AMQPEndpointProducerBuilder.replyToMaxConcurrentConsumers(String replyToMaxConcurrentConsumers) Specifies the maximum number of concurrent consumers when using request/reply over JMS.AMQPEndpointBuilderFactory.AMQPEndpointProducerBuilder.replyToOnTimeoutMaxConcurrentConsumers(int replyToOnTimeoutMaxConcurrentConsumers) Specifies the maximum number of concurrent consumers for continue routing when timeout occurred when using request/reply over JMS.AMQPEndpointBuilderFactory.AMQPEndpointProducerBuilder.replyToOnTimeoutMaxConcurrentConsumers(String replyToOnTimeoutMaxConcurrentConsumers) Specifies the maximum number of concurrent consumers for continue routing when timeout occurred when using request/reply over JMS.AMQPEndpointBuilderFactory.AMQPEndpointProducerBuilder.replyToOverride(String replyToOverride) Provides an explicit ReplyTo destination in the JMS message, which overrides the setting of replyTo.AMQPEndpointBuilderFactory.AMQPEndpointProducerBuilder.replyToType(String replyToType) Allows for explicitly specifying which kind of strategy to use for replyTo queues when doing request/reply over JMS.AMQPEndpointBuilderFactory.AMQPEndpointProducerBuilder.replyToType(org.apache.camel.component.jms.ReplyToType replyToType) Allows for explicitly specifying which kind of strategy to use for replyTo queues when doing request/reply over JMS.AMQPEndpointBuilderFactory.AMQPEndpointProducerBuilder.requestTimeout(long requestTimeout) The timeout for waiting for a reply when using the InOut Exchange Pattern (in milliseconds).AMQPEndpointBuilderFactory.AMQPEndpointProducerBuilder.requestTimeout(String requestTimeout) The timeout for waiting for a reply when using the InOut Exchange Pattern (in milliseconds).AMQPEndpointBuilderFactory.AMQPEndpointProducerBuilder.testConnectionOnStartup(boolean testConnectionOnStartup) Specifies whether to test the connection on startup.AMQPEndpointBuilderFactory.AMQPEndpointProducerBuilder.testConnectionOnStartup(String testConnectionOnStartup) Specifies whether to test the connection on startup.AMQPEndpointBuilderFactory.AMQPEndpointProducerBuilder.timeToLive(long timeToLive) When sending messages, specifies the time-to-live of the message (in milliseconds).AMQPEndpointBuilderFactory.AMQPEndpointProducerBuilder.timeToLive(String timeToLive) When sending messages, specifies the time-to-live of the message (in milliseconds).AMQPEndpointBuilderFactory.AMQPEndpointProducerBuilder.transacted(boolean transacted) Specifies whether to use transacted mode.AMQPEndpointBuilderFactory.AMQPEndpointProducerBuilder.transacted(String transacted) Specifies whether to use transacted mode.AMQPEndpointBuilderFactory.AMQPEndpointProducerBuilder.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.AMQPEndpointBuilderFactory.AMQPEndpointProducerBuilder.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.