diff --git a/amps/ags/rm-community/rm-community-repo/.env b/amps/ags/rm-community/rm-community-repo/.env
index 5dd696318e..0ff33f287f 100644
--- a/amps/ags/rm-community/rm-community-repo/.env
+++ b/amps/ags/rm-community/rm-community-repo/.env
@@ -1,4 +1,4 @@
TRANSFORMERS_TAG=2.5.6
SOLR6_TAG=2.0.2
POSTGRES_TAG=13.3
-ACTIVEMQ_TAG=5.16.1
+ACTIVEMQ_TAG=5.16.7-jre17-rockylinux8
diff --git a/amps/ags/rm-community/rm-community-repo/pom.xml b/amps/ags/rm-community/rm-community-repo/pom.xml
index afa7336a7d..979c83d5eb 100644
--- a/amps/ags/rm-community/rm-community-repo/pom.xml
+++ b/amps/ags/rm-community/rm-community-repo/pom.xml
@@ -421,7 +421,7 @@
- alfresco/alfresco-activemq:${dependency.activemq.version}
+ alfresco/alfresco-activemq:${dependency.activemq.version}-jre17-rockylinux8
${activemq.port1}:${activemq.port1}
@@ -492,7 +492,7 @@
- alfresco/alfresco-activemq:${dependency.activemq.version}
+ alfresco/alfresco-activemq:${dependency.activemq.version}-jre17-rockylinux8
${activemq.port1}:${activemq.port1}
diff --git a/packaging/tests/environment/.env b/packaging/tests/environment/.env
index 5dd696318e..0ff33f287f 100644
--- a/packaging/tests/environment/.env
+++ b/packaging/tests/environment/.env
@@ -1,4 +1,4 @@
TRANSFORMERS_TAG=2.5.6
SOLR6_TAG=2.0.2
POSTGRES_TAG=13.3
-ACTIVEMQ_TAG=5.16.1
+ACTIVEMQ_TAG=5.16.7-jre17-rockylinux8
diff --git a/pom.xml b/pom.xml
index 99c8b6db69..4631e5905b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -85,7 +85,7 @@
13.0.1
3.4.2.Final
3.7.4
- 5.16.1
+ 5.16.7
1.21
1.2.5
4.1.0
diff --git a/scripts/ci/docker-compose/docker-compose-db.yaml b/scripts/ci/docker-compose/docker-compose-db.yaml
index 8412f2d7b3..966e3fa050 100644
--- a/scripts/ci/docker-compose/docker-compose-db.yaml
+++ b/scripts/ci/docker-compose/docker-compose-db.yaml
@@ -34,7 +34,7 @@ services:
ports:
- "3307:3306"
activemq:
- image: alfresco/alfresco-activemq:5.16.1
+ image: alfresco/alfresco-activemq:5.16.7-jre17-rockylinux8
ports:
- "5672:5672" # AMQP
- "61616:61616" # OpenWire
diff --git a/scripts/ci/docker-compose/docker-compose.yaml b/scripts/ci/docker-compose/docker-compose.yaml
index 374d5c81c9..11dc4210cd 100644
--- a/scripts/ci/docker-compose/docker-compose.yaml
+++ b/scripts/ci/docker-compose/docker-compose.yaml
@@ -20,7 +20,7 @@ services:
- "5433:5432"
activemq:
profiles: ["default", "with-transform-core-aio", "activemq"]
- image: alfresco/alfresco-activemq:5.16.1
+ image: alfresco/alfresco-activemq:5.16.7-jre17-rockylinux8
ports:
- "5672:5672" # AMQP
- "61616:61616" # OpenWire