MNT-24065 Upgrade Active MQ (#886)

This commit is contained in:
Piotr Żurek
2023-11-15 15:01:57 +01:00
committed by GitHub
parent d4c661ff22
commit 4b6467eedb
8 changed files with 24 additions and 14 deletions

View File

@@ -114,7 +114,7 @@
<configuration>
<images>
<image>
<name>alfresco/alfresco-activemq:5.17.1-jre11-rockylinux8</name>
<name>alfresco/alfresco-activemq:5.17.6-jre17-rockylinux8</name>
<run>
<hostname>activemq</hostname>
<ports>
@@ -123,7 +123,7 @@
<port>61616:61616</port>
</ports>
<wait>
<log>Apache ActiveMQ 5.17.1 .* started</log>
<log>Apache ActiveMQ 5.17.* started</log>
<time>20000</time>
<kill>500</kill>
<shutdown>100</shutdown>