You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2023/06/18 09:55:27 UTC

[camel] branch camel-3.x updated: Regen for commit c90eb36caa33d07f3305b6854c27b810869c4272

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch camel-3.x
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/camel-3.x by this push:
     new c0954920eef Regen for commit c90eb36caa33d07f3305b6854c27b810869c4272
c0954920eef is described below

commit c0954920eefe72230a5fc981e5d0fd92d51ae7de
Author: oscerd <os...@users.noreply.github.com>
AuthorDate: Sun Jun 18 09:52:29 2023 +0000

    Regen for commit c90eb36caa33d07f3305b6854c27b810869c4272
    
    Signed-off-by: GitHub <no...@github.com>
---
 .../endpoint/dsl/SpringRabbitMQEndpointBuilderFactory.java   | 12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

diff --git a/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/SpringRabbitMQEndpointBuilderFactory.java b/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/SpringRabbitMQEndpointBuilderFactory.java
index 6d87ce130a5..fd43d557f2d 100644
--- a/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/SpringRabbitMQEndpointBuilderFactory.java
+++ b/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/SpringRabbitMQEndpointBuilderFactory.java
@@ -1244,11 +1244,13 @@ public interface SpringRabbitMQEndpointBuilderFactory {
         /**
          * Specify the timeout in milliseconds to be used when waiting for a
          * reply message when doing request/reply (InOut) messaging. The default
-         * value is 5 seconds. A negative value indicates an indefinite timeout.
+         * value is 30 seconds. A negative value indicates an indefinite timeout
+         * (Beware that this will cause a memory leak if a reply is not
+         * received).
          * 
          * The option is a: &lt;code&gt;long&lt;/code&gt; type.
          * 
-         * Default: 5000
+         * Default: 30000
          * Group: producer
          * 
          * @param replyTimeout the value to set
@@ -1262,11 +1264,13 @@ public interface SpringRabbitMQEndpointBuilderFactory {
         /**
          * Specify the timeout in milliseconds to be used when waiting for a
          * reply message when doing request/reply (InOut) messaging. The default
-         * value is 5 seconds. A negative value indicates an indefinite timeout.
+         * value is 30 seconds. A negative value indicates an indefinite timeout
+         * (Beware that this will cause a memory leak if a reply is not
+         * received).
          * 
          * The option will be converted to a &lt;code&gt;long&lt;/code&gt; type.
          * 
-         * Default: 5000
+         * Default: 30000
          * Group: producer
          * 
          * @param replyTimeout the value to set