This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push:
new 59219e1f02b6 Update docs
59219e1f02b6 is described below
commit 59219e1f02b6e58ba778c50ee6d9d5d293331979
Author: Claus Ibsen <[email protected]>
AuthorDate: Tue Nov 11 19:16:26 2025 +0100
Update docs
---
.../camel-spring-rabbitmq/src/main/docs/spring-rabbitmq-component.adoc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/components/camel-spring-parent/camel-spring-rabbitmq/src/main/docs/spring-rabbitmq-component.adoc
b/components/camel-spring-parent/camel-spring-rabbitmq/src/main/docs/spring-rabbitmq-component.adoc
index 6602920289f0..39e9e3600dca 100644
---
a/components/camel-spring-parent/camel-spring-rabbitmq/src/main/docs/spring-rabbitmq-component.adoc
+++
b/components/camel-spring-parent/camel-spring-rabbitmq/src/main/docs/spring-rabbitmq-component.adoc
@@ -127,7 +127,7 @@ See details in the RabbitMQ documentation.
[width="100%",cols="10%,10%,70%,10%",options="header",]
|=====================================================================
|Option |Type |Description|Default
-| autoDelete | boolean | True if the server should delete the exchange when it
is no longer in use (if all bindings are deleted). | false
+| autoDelete | boolean | True if the server should delete the queue when it is
no longer in use (queue that has had at least one consumer is deleted when last
consumer unsubscribes). | false
| durable | boolean | A durable queue will survive a server restart. | false
| exclusive | boolean | Whether the queue is exclusive | false
| x-dead-letter-exchange | String | The name of the dead letter exchange. If
none configured, then the component configured value is used. |