Uses of Interface
org.apache.camel.builder.endpoint.dsl.AMQPEndpointBuilderFactory.AMQPEndpointBuilder
Packages that use AMQPEndpointBuilderFactory.AMQPEndpointBuilder
-
Uses of AMQPEndpointBuilderFactory.AMQPEndpointBuilder in org.apache.camel.builder.endpoint
Methods in org.apache.camel.builder.endpoint that return AMQPEndpointBuilderFactory.AMQPEndpointBuilderModifier and TypeMethodDescriptionAMQP (camel-amqp) Messaging with AMQP protocol using Apache QPid Client.AMQP (camel-amqp) Messaging with AMQP protocol using Apache QPid Client. -
Uses of AMQPEndpointBuilderFactory.AMQPEndpointBuilder in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return AMQPEndpointBuilderFactory.AMQPEndpointBuilderModifier and TypeMethodDescriptionAMQP (camel-amqp) Messaging with AMQP protocol using Apache QPid Client.AMQP (camel-amqp) Messaging with AMQP protocol using Apache QPid Client.AMQPEndpointBuilderFactory.AdvancedAMQPEndpointBuilder.basic()Sets the JMS client ID to use.AMQPEndpointBuilderFactory.AMQPEndpointBuilder.connectionFactory(jakarta.jms.ConnectionFactory connectionFactory) The connection factory to be use.AMQPEndpointBuilderFactory.AMQPEndpointBuilder.connectionFactory(String connectionFactory) The connection factory to be use.AMQPEndpointBuilderFactory.AMQPEndpointBuilder.disableReplyTo(boolean disableReplyTo) Specifies whether Camel ignores the JMSReplyTo header in messages.AMQPEndpointBuilderFactory.AMQPEndpointBuilder.disableReplyTo(String disableReplyTo) Specifies whether Camel ignores the JMSReplyTo header in messages.AMQPEndpointBuilderFactory.AMQPEndpointBuilder.durableSubscriptionName(String durableSubscriptionName) The durable subscriber name for specifying durable topic subscriptions.AMQPEndpointBuilderFactory.endpointBuilder(String componentName, String path) AMQPEndpointBuilderFactory.AMQPEndpointBuilder.jmsMessageType(String jmsMessageType) Allows you to force the use of a specific jakarta.jms.Message implementation for sending JMS messages.AMQPEndpointBuilderFactory.AMQPEndpointBuilder.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.Provides an explicit ReplyTo destination (overrides any incoming value of Message.getJMSReplyTo() in consumer).AMQPEndpointBuilderFactory.AMQPEndpointBuilder.testConnectionOnStartup(boolean testConnectionOnStartup) Specifies whether to test the connection on startup.AMQPEndpointBuilderFactory.AMQPEndpointBuilder.testConnectionOnStartup(String testConnectionOnStartup) Specifies whether to test the connection on startup.AMQPEndpointBuilderFactory.AMQPEndpointBuilder.transacted(boolean transacted) Specifies whether to use transacted mode.AMQPEndpointBuilderFactory.AMQPEndpointBuilder.transacted(String transacted) Specifies whether to use transacted mode.AMQPEndpointBuilderFactory.AMQPEndpointBuilder.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.AMQPEndpointBuilder.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.