You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@james.apache.org by bt...@apache.org on 2022/03/25 11:05:21 UTC

[james-project] branch master updated: JAMES-3731 Fix default configuration for rabbitmq regarding distributed images (#934)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new e54a010  JAMES-3731 Fix default configuration for rabbitmq regarding distributed images (#934)
e54a010 is described below

commit e54a010e482883f2ff4c6ef287fa49d925c20837
Author: Rene Cordier <rc...@linagora.com>
AuthorDate: Fri Mar 25 18:05:15 2022 +0700

    JAMES-3731 Fix default configuration for rabbitmq regarding distributed images (#934)
    
    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