Apache ActiveMQ 各个版本所依赖的JDK版本
ActiveMQ下载地址
ActiveMQ 依赖JDK版本
MQ版本号 | Build-Jdk |
---|---|
apache-activemq-5.10.0 | 1.7 |
apache-activemq-5.11.0 | 1.7 |
apache-activemq-5.12.0 | 1.7 |
apache-activemq-5.13.0 | 1.7 |
apache-activemq-5.14.0 | 1.7 |
apache-activemq-5.15.0 | 1.8 |
apache-activemq-5.18.0 | 11 |
apache-activemq-5.18.1 | 11 |
apache-activemq-5.18.2 | 11 |
如何查看官方发布ActiveMQ依赖JDK版本
以版本 apache-activemq-5.18.2 为例
方法1:查看文件 activemq-all-*.jar\META-INF\MANIFEST.MF 属性值 Build-Jdk
Manifest-Version: 1.0
Created-By: Maven JAR Plugin 3.3.0
❤️Build-Jdk-Spec: 11❤️
Specification-Title: ActiveMQ :: All JAR bundle
Specification-Version: 5.18
Specification-Vendor: The Apache Software Foundation
Implementation-Title: ActiveMQ :: All JAR bundle
Implementation-Version: 5.18.0
Implementation-Vendor: The Apache Software Foundation
Main-Class: org.apache.activemq.console.command.ShellCommand