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 b5732425fe JAMES-3864 Update sample AMQP vhost configuration in
rabbitmq.properties (#1428)
b5732425fe is described below
commit b5732425fedf37b4b52688eb2ebed06c72b02098
Author: vttran <[email protected]>
AuthorDate: Fri Feb 10 21:49:17 2023 +0700
JAMES-3864 Update sample AMQP vhost configuration in rabbitmq.properties
(#1428)
---
server/apps/distributed-app/sample-configuration/rabbitmq.properties | 3 ++-
.../apps/distributed-pop3-app/sample-configuration/rabbitmq.properties | 3 ++-
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git
a/server/apps/distributed-app/sample-configuration/rabbitmq.properties
b/server/apps/distributed-app/sample-configuration/rabbitmq.properties
index cb1a92a88c..c2b3387ccf 100644
--- a/server/apps/distributed-app/sample-configuration/rabbitmq.properties
+++ b/server/apps/distributed-app/sample-configuration/rabbitmq.properties
@@ -3,8 +3,9 @@
# Read https://james.apache.org/server/config-rabbitmq.html for further details
# Mandatory
+uri=amqp://rabbitmq:5672
# If you use a vhost, specify it as well at the end of the URI
-uri=amqp://rabbitmq:5672/vhost
+# uri=amqp://rabbitmq:5672/vhost
# Vhost to use for creating queues and exchanges
# Optional, only use this if you have invalid URIs containing characters like
'_'
diff --git
a/server/apps/distributed-pop3-app/sample-configuration/rabbitmq.properties
b/server/apps/distributed-pop3-app/sample-configuration/rabbitmq.properties
index fd9e9cd40f..68d4cf743d 100644
--- a/server/apps/distributed-pop3-app/sample-configuration/rabbitmq.properties
+++ b/server/apps/distributed-pop3-app/sample-configuration/rabbitmq.properties
@@ -3,8 +3,9 @@
# Read https://james.apache.org/server/config-rabbitmq.html for further details
# Mandatory
+uri=amqp://rabbitmq:5672
# If you use a vhost, specify it as well at the end of the URI
-uri=amqp://rabbitmq:5672/vhost
+# uri=amqp://rabbitmq:5672/vhost
# Vhost to use for creating queues and exchanges
# Optional, only use this if you have invalid URIs containing characters like
'_'
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]