You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@james.apache.org by rc...@apache.org on 2022/03/24 04:13:24 UTC

[james-project] 01/01: JAMES-3731 Fix default configuration for rabbitmq regarding distributed images

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

rcordier pushed a commit to branch image-fix
in repository https://gitbox.apache.org/repos/asf/james-project.git

commit 3500787e2a785f250ff51234b8621b75ac4fb5c0
Author: Rene Cordier <rc...@linagora.com>
AuthorDate: Thu Mar 24 11:12:19 2022 +0700

    JAMES-3731 Fix default configuration for rabbitmq regarding distributed images
    
    The cluster hosts configuration should not be enabled by default, it creates an issue
    in the dns resolution when starting James with a standalone rabbitmq.
---
 server/apps/distributed-app/sample-configuration/rabbitmq.properties    | 2 +-
 .../apps/distributed-pop3-app/sample-configuration/rabbitmq.properties  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/server/apps/distributed-app/sample-configuration/rabbitmq.properties b/server/apps/distributed-app/sample-configuration/rabbitmq.properties
index 7e405c7..b412d1d 100644
--- a/server/apps/distributed-app/sample-configuration/rabbitmq.properties
+++ b/server/apps/distributed-app/sample-configuration/rabbitmq.properties
@@ -7,7 +7,7 @@ uri=amqp://rabbitmq:5672
 
 # Optional, default to the host specified as part of the URI.
 # Allow creating cluster aware connections.
-hosts=ip1:5672,ip2:5672
+# hosts=ip1:5672,ip2:5672
 
 # RabbitMQ Administration Management
 # Mandatory
diff --git a/server/apps/distributed-pop3-app/sample-configuration/rabbitmq.properties b/server/apps/distributed-pop3-app/sample-configuration/rabbitmq.properties
index 776388f..4b7a2ca 100644
--- a/server/apps/distributed-pop3-app/sample-configuration/rabbitmq.properties
+++ b/server/apps/distributed-pop3-app/sample-configuration/rabbitmq.properties
@@ -7,7 +7,7 @@ uri=amqp://rabbitmq:5672
 
 # Optional, default to the host specified as part of the URI.
 # Allow creating cluster aware connections.
-hosts=ip1:5672,ip2:5672
+# hosts=ip1:5672,ip2:5672
 
 # RabbitMQ Administration Management
 # Mandatory

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@james.apache.org
For additional commands, e-mail: notifications-help@james.apache.org