diff --git a/amps/ags/rm-community/rm-community-repo/.env b/amps/ags/rm-community/rm-community-repo/.env
index 40fff0bfd10..28c24f4b5b0 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.7
SOLR6_TAG=2.0.3
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 aa3763f94a2..c76d1728efe 100644
--- a/amps/ags/rm-community/rm-community-repo/pom.xml
+++ b/amps/ags/rm-community/rm-community-repo/pom.xml
@@ -428,7 +428,7 @@
- alfresco/alfresco-activemq:${dependency.activemq.version}
+ alfresco/alfresco-activemq:${dependency.activemq.version}-jre17-rockylinux8
${activemq.port1}:${activemq.port1}
@@ -499,7 +499,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 40fff0bfd10..28c24f4b5b0 100644
--- a/packaging/tests/environment/.env
+++ b/packaging/tests/environment/.env
@@ -1,4 +1,4 @@
TRANSFORMERS_TAG=2.5.7
SOLR6_TAG=2.0.3
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 66bf613c771..7414b20f382 100644
--- a/pom.xml
+++ b/pom.xml
@@ -84,7 +84,7 @@
15.0.2
3.4.3.Final
3.15.0
- 5.16.1
+ 5.16.7
1.21
1.2.5
4.1.1
diff --git a/scripts/ci/docker-compose/docker-compose-db.yaml b/scripts/ci/docker-compose/docker-compose-db.yaml
index fae06eade04..d150dfee628 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
\ No newline at end of file
diff --git a/scripts/ci/docker-compose/docker-compose.yaml b/scripts/ci/docker-compose/docker-compose.yaml
index dc72d49ef9d..2996d197508 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
\ No newline at end of file