Skip to content

Commit

Permalink
MNT-24063 Bump ActiveMQ to 5.17.6 for testing (#2649)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsibilio authored Nov 17, 2023
1 parent 5e38d00 commit 462f24b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dev/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ services:
- 8983:8983 #Browser port

activemq:
image: alfresco/alfresco-activemq:5.17.1-jre11-rockylinux8
image: alfresco/alfresco-activemq:5.17.6-jre17-rockylinux8
mem_limit: 1g
ports:
- 8161:8161 # Web Console
Expand Down
2 changes: 1 addition & 1 deletion distribution/src/main/resources/VERSIONS.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,4 +99,4 @@ This file lists the recommended components for this Service Pack. Use it along w
##### Message Broker
| Component | Recommended | Also Available |
|---|---|---|
| ActiveMQ | 5.17.1 | 5.16.1 |
| ActiveMQ | 5.17.6 | 5.16.7 |
2 changes: 1 addition & 1 deletion tests/environment/.env
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ MYSQL_TAG=8.0.30
MARIADB_TAG=10.6
MSSQL_TAG=2019-CU9-ubuntu-16.04
ORACLE_TAG=19.3.0-ee
ACTIVEMQ_TAG=5.17.1-jre11-rockylinux8
ACTIVEMQ_TAG=5.17.6-jre17-rockylinux8
AIMS_TAG=1.2
SYNC_SERVICE_TAG=3.11.0
TRANSFORM_ROUTER_TAG=2.1.0
Expand Down
2 changes: 1 addition & 1 deletion tests/environment/docker-compose-pipeline-all-amps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ services:
- 8083:8983 #Browser port

activemq:
image: alfresco/alfresco-activemq:5.17.1-jre11-rockylinux8
image: alfresco/alfresco-activemq:5.17.6-jre17-rockylinux8
mem_limit: 1g
ports:
- 8161:8161 # Web Console
Expand Down

0 comments on commit 462f24b

Please sign in to comment.