SpringRabbitMQEndpointBuilderFactory.SpringRabbitMQEndpointConsumerBuilder.acknowledgeMode(String acknowledgeMode)
Flag controlling the behaviour of the container with respect to
message acknowledgement.
SpringRabbitMQEndpointBuilderFactory.SpringRabbitMQEndpointConsumerBuilder.acknowledgeMode(org.springframework.amqp.core.AcknowledgeMode acknowledgeMode)
Flag controlling the behaviour of the container with respect to
message acknowledgement.
SpringRabbitMQEndpointBuilderFactory.SpringRabbitMQEndpointConsumerBuilder.asyncConsumer(boolean asyncConsumer)
Whether the consumer processes the Exchange asynchronously.
SpringRabbitMQEndpointBuilderFactory.SpringRabbitMQEndpointConsumerBuilder.asyncConsumer(String asyncConsumer)
Whether the consumer processes the Exchange asynchronously.
SpringRabbitMQEndpointBuilderFactory.SpringRabbitMQEndpointConsumerBuilder.autoDeclare(boolean autoDeclare)
Specifies whether the consumer should auto declare binding between
exchange, queue and routing key when starting.
SpringRabbitMQEndpointBuilderFactory.SpringRabbitMQEndpointConsumerBuilder.autoDeclare(String autoDeclare)
Specifies whether the consumer should auto declare binding between
exchange, queue and routing key when starting.
SpringRabbitMQEndpointBuilderFactory.SpringRabbitMQEndpointConsumerBuilder.autoStartup(boolean autoStartup)
Specifies whether the consumer container should auto-startup.
SpringRabbitMQEndpointBuilderFactory.SpringRabbitMQEndpointConsumerBuilder.autoStartup(String autoStartup)
Specifies whether the consumer container should auto-startup.
SpringRabbitMQEndpointBuilderFactory.AdvancedSpringRabbitMQEndpointConsumerBuilder.basic()
SpringRabbitMQEndpointBuilderFactory.SpringRabbitMQEndpointConsumerBuilder.connectionFactory(String connectionFactory)
The connection factory to be use.
SpringRabbitMQEndpointBuilderFactory.SpringRabbitMQEndpointConsumerBuilder.connectionFactory(org.springframework.amqp.rabbit.connection.ConnectionFactory connectionFactory)
The connection factory to be use.
SpringRabbitMQEndpointBuilderFactory.SpringRabbitMQEndpointConsumerBuilder.deadLetterExchange(String deadLetterExchange)
The name of the dead letter exchange.
The type of the dead letter exchange.
SpringRabbitMQEndpointBuilderFactory.SpringRabbitMQEndpointConsumerBuilder.deadLetterQueue(String deadLetterQueue)
The name of the dead letter queue.
The routing key for the dead letter exchange.
SpringRabbitMQEndpointBuilderFactory.SpringRabbitMQEndpointConsumerBuilder.disableReplyTo(boolean disableReplyTo)
Specifies whether Camel ignores the ReplyTo header in messages.
SpringRabbitMQEndpointBuilderFactory.SpringRabbitMQEndpointConsumerBuilder.disableReplyTo(String disableReplyTo)
Specifies whether Camel ignores the ReplyTo header in messages.
SpringRabbitMQEndpointBuilderFactory.SpringRabbitMQEndpointConsumerBuilder.exchangeType(String exchangeType)
The type of the exchange.
SpringRabbitMQEndpointBuilderFactory.SpringRabbitMQEndpointConsumerBuilder.exclusive(boolean exclusive)
Set to true for an exclusive consumer.
SpringRabbitMQEndpointBuilderFactory.SpringRabbitMQEndpointConsumerBuilder.exclusive(String exclusive)
Set to true for an exclusive consumer.
SpringRabbitMQEndpointBuilderFactory.SpringRabbitMQEndpointConsumerBuilder.maximumRetryAttempts(int maximumRetryAttempts)
How many times a Rabbitmq consumer will retry the same message if
Camel failed to process the message.
How many times a Rabbitmq consumer will retry the same message if
Camel failed to process the message.
SpringRabbitMQEndpointBuilderFactory.SpringRabbitMQEndpointConsumerBuilder.noLocal(boolean noLocal)
Set to true for an no-local consumer.
SpringRabbitMQEndpointBuilderFactory.SpringRabbitMQEndpointConsumerBuilder.noLocal(String noLocal)
Set to true for an no-local consumer.
SpringRabbitMQEndpointBuilderFactory.SpringRabbitMQEndpointConsumerBuilder.queues(String queues)
The queue(s) to use for consuming messages.
SpringRabbitMQEndpointBuilderFactory.SpringRabbitMQEndpointConsumerBuilder.rejectAndDontRequeue(boolean rejectAndDontRequeue)
Whether a Rabbitmq consumer should reject the message without
requeuing.
Whether a Rabbitmq consumer should reject the message without
requeuing.
SpringRabbitMQEndpointBuilderFactory.SpringRabbitMQEndpointConsumerBuilder.retryDelay(int retryDelay)
Delay in millis a Rabbitmq consumer will wait before redelivering a
message that Camel failed to process.
SpringRabbitMQEndpointBuilderFactory.SpringRabbitMQEndpointConsumerBuilder.retryDelay(String retryDelay)
Delay in millis a Rabbitmq consumer will wait before redelivering a
message that Camel failed to process.
SpringRabbitMQEndpointBuilderFactory.SpringRabbitMQEndpointConsumerBuilder.routingKey(String routingKey)
The value of a routing key to use.
SpringRabbitMQEndpointBuilderFactory.SpringRabbitMQEndpointConsumerBuilder.testConnectionOnStartup(boolean testConnectionOnStartup)
Specifies whether to test the connection on startup.
Specifies whether to test the connection on startup.