[
https://issues.apache.org/jira/browse/CAMEL-6846?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13818249#comment-13818249
]
Alex Sherwin commented on CAMEL-6846:
-------------------------------------
This was also the impression I got from the RabbitMQ documentation, having read
it and checking the RabbitMQ management console after some confusing tests
(where I was initially going by the camel-rabbitmq documentation).
It seems that autoDelete is an option on RabbitMQ Exchanges and Queues (useful
for anonymous/random queues) and is not relevant to the messages themselves
> rabbitmq autoDelete option description is wrong
> -----------------------------------------------
>
> Key: CAMEL-6846
> URL: https://issues.apache.org/jira/browse/CAMEL-6846
> Project: Camel
> Issue Type: Improvement
> Components: camel-rabbitmq, documentation
> Reporter: David Keen
>
> In the documentation for camel-rabbitmq it says for option autoDelete: "If it
> is true, the message will be deleted when it is consumed".
> I don't think this is correct. I believe this sets the autoDelete property on
> the (rabbitmq) exchange which according to the Channel javadoc: "if the
> server should delete the exchange when it is no longer in use"
--
This message was sent by Atlassian JIRA
(v6.1#6144)