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/12/01 05:09:00 UTC

[james-project] 07/08: [JAMES-3841] ActiveMQ: add sample configuration for conf/activemq.properties

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

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

commit fee5c9033879aaaef9bba6fcf58141d7b216e20a
Author: ouvtam <ou...@8n4.pw>
AuthorDate: Wed Nov 30 07:48:16 2022 +0100

    [JAMES-3841] ActiveMQ: add sample configuration for conf/activemq.properties
---
 .../sample-configuration/activemq.properties           | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/server/apps/cassandra-app/sample-configuration/activemq.properties b/server/apps/cassandra-app/sample-configuration/activemq.properties
new file mode 100644
index 0000000000..99e3b68368
--- /dev/null
+++ b/server/apps/cassandra-app/sample-configuration/activemq.properties
@@ -0,0 +1,18 @@
+# Configuration file for ActiveMQ AQMP
+
+#
+# Metric collection (see https://activemq.apache.org/statisticsplugin.html)
+# - broker statistics
+# - per-queue statistics (e.g. spool, outgoing)
+#
+
+# collect ActiveMQ metrics (i.e. broker statistics, per-queue statistics)
+metrics.enabled=false
+# add start delay for metric collector (must be greater than 1s)
+metrics.start_delay=10s
+# collect metrics (must be greater than 5s)
+metrics.interval=30s
+# timeout (must be less than metrics.interval)
+metrics.timeout=2s
+# ActiveMQ receive timeout (must be less than metrics.timeout)
+metrics.aqmp_timeout=1s


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