SpringRabbitMQEndpointBuilderFactory.SpringRabbitMQEndpointProducerBuilder.allowNullBody(boolean allowNullBody)
Whether to allow sending messages with no body.
SpringRabbitMQEndpointBuilderFactory.SpringRabbitMQEndpointProducerBuilder.allowNullBody(String allowNullBody)
Whether to allow sending messages with no body.
SpringRabbitMQEndpointBuilderFactory.SpringRabbitMQEndpointProducerBuilder.autoDeclareProducer(boolean autoDeclareProducer)
Specifies whether the producer should auto declare binding between
exchange, queue and routing key when starting.
Specifies whether the producer should auto declare binding between
exchange, queue and routing key when starting.
SpringRabbitMQEndpointBuilderFactory.AdvancedSpringRabbitMQEndpointProducerBuilder.basic()
SpringRabbitMQEndpointBuilderFactory.SpringRabbitMQEndpointProducerBuilder.confirm(String confirm)
Controls whether to wait for confirms.
SpringRabbitMQEndpointBuilderFactory.SpringRabbitMQEndpointProducerBuilder.confirmTimeout(long confirmTimeout)
Specify the timeout in milliseconds to be used when waiting for a
message sent to be confirmed by RabbitMQ when doing send only
messaging (InOnly).
SpringRabbitMQEndpointBuilderFactory.SpringRabbitMQEndpointProducerBuilder.confirmTimeout(String confirmTimeout)
Specify the timeout in milliseconds to be used when waiting for a
message sent to be confirmed by RabbitMQ when doing send only
messaging (InOnly).
SpringRabbitMQEndpointBuilderFactory.SpringRabbitMQEndpointProducerBuilder.connectionFactory(String connectionFactory)
The connection factory to be use.
SpringRabbitMQEndpointBuilderFactory.SpringRabbitMQEndpointProducerBuilder.connectionFactory(org.springframework.amqp.rabbit.connection.ConnectionFactory connectionFactory)
The connection factory to be use.
SpringRabbitMQEndpointBuilderFactory.SpringRabbitMQEndpointProducerBuilder.deadLetterExchange(String deadLetterExchange)
The name of the dead letter exchange.
The type of the dead letter exchange.
SpringRabbitMQEndpointBuilderFactory.SpringRabbitMQEndpointProducerBuilder.deadLetterQueue(String deadLetterQueue)
The name of the dead letter queue.
The routing key for the dead letter exchange.
SpringRabbitMQEndpointBuilderFactory.SpringRabbitMQEndpointProducerBuilder.disableReplyTo(boolean disableReplyTo)
Specifies whether Camel ignores the ReplyTo header in messages.
SpringRabbitMQEndpointBuilderFactory.SpringRabbitMQEndpointProducerBuilder.disableReplyTo(String disableReplyTo)
Specifies whether Camel ignores the ReplyTo header in messages.
SpringRabbitMQEndpointBuilderFactory.SpringRabbitMQEndpointProducerBuilder.queues(String queues)
The queue(s) to use for consuming or producing messages.
SpringRabbitMQEndpointBuilderFactory.SpringRabbitMQEndpointProducerBuilder.replyTimeout(long replyTimeout)
Specify the timeout in milliseconds to be used when waiting for a
reply message when doing request/reply (InOut) messaging.
SpringRabbitMQEndpointBuilderFactory.SpringRabbitMQEndpointProducerBuilder.replyTimeout(String replyTimeout)
Specify the timeout in milliseconds to be used when waiting for a
reply message when doing request/reply (InOut) messaging.
SpringRabbitMQEndpointBuilderFactory.SpringRabbitMQEndpointProducerBuilder.routingKey(String routingKey)
The value of a routing key to use.
SpringRabbitMQEndpointBuilderFactory.SpringRabbitMQEndpointProducerBuilder.skipBindQueue(boolean skipBindQueue)
If true the queue will not be bound to the exchange after declaring
it.
SpringRabbitMQEndpointBuilderFactory.SpringRabbitMQEndpointProducerBuilder.skipBindQueue(String skipBindQueue)
If true the queue will not be bound to the exchange after declaring
it.
SpringRabbitMQEndpointBuilderFactory.SpringRabbitMQEndpointProducerBuilder.skipDeclareExchange(boolean skipDeclareExchange)
This can be used if we need to declare the queue but not the
exchange.
This can be used if we need to declare the queue but not the
exchange.
SpringRabbitMQEndpointBuilderFactory.SpringRabbitMQEndpointProducerBuilder.skipDeclareQueue(boolean skipDeclareQueue)
If true the producer will not declare and bind a queue.
SpringRabbitMQEndpointBuilderFactory.SpringRabbitMQEndpointProducerBuilder.skipDeclareQueue(String skipDeclareQueue)
If true the producer will not declare and bind a queue.
SpringRabbitMQEndpointBuilderFactory.SpringRabbitMQEndpointProducerBuilder.testConnectionOnStartup(boolean testConnectionOnStartup)
Specifies whether to test the connection on startup.
Specifies whether to test the connection on startup.
SpringRabbitMQEndpointBuilderFactory.SpringRabbitMQEndpointProducerBuilder.usePublisherConnection(boolean usePublisherConnection)
Use a separate connection for publishers and consumers.
Use a separate connection for publishers and consumers.