Skip to content

Commit 033a875

Browse files
committed
Bump ActiveMQ to v6.1.7
We've experienced lots of failures in CI: ``` GEN test/system_SUITE_data/apache-activemq-5.18.3-bin.tar.gz make: *** [Makefile:65: test/system_SUITE_data/apache-activemq-5.18.3-bin.tar.gz] Error 28 make: Leaving directory '/home/runner/work/rabbitmq-server/rabbitmq-server/deps/amqp10_client' Error: Process completed with exit code 2. ``` Bumping to the latest ActiveMQ Classic version may or may not help with these failures. Either way, we want to test against the latest ActiveMQ version. Version 5.18.3 reached end-of-life and is no longer maintained.
1 parent 5d0823b commit 033a875

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deps/amqp10_client/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ HEX_TARBALL_FILES += ../../rabbitmq-components.mk \
5151
# ActiveMQ for the testsuite.
5252
# --------------------------------------------------------------------
5353

54-
ACTIVEMQ_VERSION := 5.18.3
54+
ACTIVEMQ_VERSION := 6.1.7
5555
ACTIVEMQ_URL := 'https://archive.apache.org/dist/activemq/$(ACTIVEMQ_VERSION)/apache-activemq-$(ACTIVEMQ_VERSION)-bin.tar.gz'
5656

5757
ACTIVEMQ := $(abspath test/system_SUITE_data/apache-activemq-$(ACTIVEMQ_VERSION)/bin/activemq)

0 commit comments

Comments
 (0)