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 e5a682f17b0 CAMEL-18470: Add to 3.17 upgrade guide about 
camel-rabbitmq change. Thanks to Devansh Arora for reporting this.
e5a682f17b0 is described below

commit e5a682f17b03b8904a301a5a74f3bc9342560e13
Author: Claus Ibsen <[email protected]>
AuthorDate: Mon Sep 12 12:16:48 2022 +0200

    CAMEL-18470: Add to 3.17 upgrade guide about camel-rabbitmq change. Thanks 
to Devansh Arora for reporting this.
---
 docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_17.adoc | 4 ++++
 1 file changed, 4 insertions(+)

diff --git 
a/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_17.adoc 
b/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_17.adoc
index cb4c289e833..358e63b19ef 100644
--- a/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_17.adoc
+++ b/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_17.adoc
@@ -244,6 +244,10 @@ The underlying JSch library has been updated 
(https://issues.apache.org/jira/bro
 more secure and actively maintained fork which has removed key types and 
algorithms that rely on SHA1. For
 information on how these can be restored, consult the 
xref:components::sftp-component.adoc[SFTP component] documentation.
 
+=== camel-rabbitmq
+
+When using `skipQueueDeclare=true` you now must also set `skipQueueBind=true` 
to skip both declaring and binding the queue.
+
 === Deprecated Components
 
 The following components that had been marked as deprecated, were removed in 
this release:

Reply via email to