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 611b44ae322 CAMEL-19373: camel-spring-rabbitmq - Fix reply timeout 
(#10422)
611b44ae322 is described below

commit 611b44ae3221b853685cd4bf6748c0c8812ce6d2
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Sun Jun 18 10:15:47 2023 +0200

    CAMEL-19373: camel-spring-rabbitmq - Fix reply timeout (#10422)
---
 .../modules/ROOT/pages/camel-3x-upgrade-guide-3_20.adoc          | 9 +++++++++
 .../modules/ROOT/pages/camel-3x-upgrade-guide-3_21.adoc          | 5 +++++
 docs/user-manual/modules/ROOT/pages/camel-4-migration-guide.adoc | 5 +++++
 3 files changed, 19 insertions(+)

diff --git 
a/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_20.adoc 
b/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_20.adoc
index 5932a7d8bad..51e427bb29b 100644
--- a/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_20.adoc
+++ b/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_20.adoc
@@ -4,6 +4,15 @@ This document is for helping you upgrade your Apache Camel 
application
 from Camel 3.x to 3.y. For example if you are upgrading Camel 3.0 to 3.2, then 
you should follow the guides
 from both 3.0 to 3.1 and 3.1 to 3.2.
 
+== Upgrading Camel 3.20.6 to 3.20.7
+
+The option `replyTimeout` in `camel-spring-rabbitmq` has been fixed and the 
default value from 5 to 30 seconds
+(this is the default used by Spring).
+
+== Upgrading Camel 3.20.5 to 3.20.6
+
+No changes
+
 == Upgrading Camel 3.20.4 to 3.20.5
 
 In Camel JBang the `-dir` parameter for `init` and `run` goal has been renamed 
to require 2 dashes `--dir` like all the other options.
diff --git 
a/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_21.adoc 
b/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_21.adoc
index 5d4a20bb53c..e5c7e7c6500 100644
--- a/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_21.adoc
+++ b/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_21.adoc
@@ -61,6 +61,11 @@ To enable access, then set 
`accessExternalSchemaProtocols=all` or specify allowe
 
 If the route or consumer is suspended then http status 503 is now returned 
instead of 404.
 
+=== camel-spring-rabbitmq
+
+The option `replyTimeout` in `camel-spring-rabbitmq` has been fixed and the 
default value from 5 to 30 seconds
+(this is the default used by Spring).
+
 === camel-stax
 
 XML parser in `StAXJAXBIteratorExpression` has been made more secure by 
disabling DOCTYPE and/or access to external DTD/Schema.
diff --git a/docs/user-manual/modules/ROOT/pages/camel-4-migration-guide.adoc 
b/docs/user-manual/modules/ROOT/pages/camel-4-migration-guide.adoc
index 6eb3ccd9633..926d95992c1 100644
--- a/docs/user-manual/modules/ROOT/pages/camel-4-migration-guide.adoc
+++ b/docs/user-manual/modules/ROOT/pages/camel-4-migration-guide.adoc
@@ -339,6 +339,11 @@ If the route or consumer is suspended then http status 503 
is now returned inste
 
 The default delay (on slack consumer) is changed from 0.5s to 10s to avoid 
being rate limited to often by Slack.
 
+=== camel-spring-rabbitmq
+
+The option `replyTimeout` in `camel-spring-rabbitmq` has been fixed and the 
default value from 5 to 30 seconds
+(this is the default used by Spring).
+
 
 == Camel Spring Boot
 

Reply via email to