We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07dbfbe commit 96d44fcCopy full SHA for 96d44fc
1 file changed
v2/pom.xml
@@ -45,9 +45,9 @@
45
<astra-sdk.version>2.2.0</astra-sdk.version>
46
<astra-io.version>4.18.1</astra-io.version>
47
<dataplex.api.version>v1-rev20251113-2.0.0</dataplex.api.version>
48
- <!-- ActiveMQ uses JMS 1.1 for versions < 5.18.0 -->
49
- <!-- This can only be upgraded after Beam moves to JMS 2.0 -->
50
- <activemq.version>5.17.7</activemq.version>
+ <!-- ActiveMQ version 5.19.2 uses JMS 2.0 but retains javax.jms compatibility. -->
+ <!-- Upgrade to 6.x requires Beam/templates to transition to the Jakarta Messaging API (jakarta.jms). -->
+ <activemq.version>5.19.2</activemq.version>
51
<licenseHeaderFile>../JAVA_LICENSE_HEADER</licenseHeaderFile>
52
</properties>
53
0 commit comments