ActiveMQ下载地址
​​​http://activemq.apache.org/download-archives.html​

ActiveMQ 依赖JDK版本

MQ版本号

Build-Jdk

依赖JDK

apache-activemq-5.0.0

1.5.0_12

1.5+

apache-activemq-5.1.0

1.5.0_12

1.5+

apache-activemq-5.2.0

1.5.0_15

1.5+

apache-activemq-5.3.0

1.5.0_17

1.5+

apache-activemq-5.4.0

1.5.0_19

1.5+

apache-activemq-5.5.0

1.6.0_23

1.6+

apache-activemq-5.6.0

1.6.0_26

1.6+

apache-activemq-5.7.0

1.6.0_33

1.6+

apache-activemq-5.8.0

1.6.0_37

1.6+

apache-activemq-5.9.0

1.6.0_51

1.6+

apache-activemq-5.10.0

1.7.0_12-ea

1.7+

apache-activemq-5.11.0

1.7.0_60

1.7+

apache-activemq-5.12.0

1.7.0_80

1.7+

apache-activemq-5.13.0

1.7.0_80

1.7+

apache-activemq-5.14.0

1.7.0_80

1.7+

apache-activemq-5.15.0

1.8.0_112

1.8+

如何查看官方发布ActiveMQ依赖JDK版本
以版本 apache-activemq-5.15.0 为例

方法1:查看 release-note

ActiveMQ 5.15.0 Release

Java 8 Required
The minimum Java version has been upgraded to Java 8.

方法2:查看文件 activemq-all-*.jar\META-INF\MANIFEST.MF 属性值 Build-Jdk

Manifest-Version: 1.0
Implementation-Title: ActiveMQ :: All JAR bundle
Implementation-Version: 5.15.0
Archiver-Version: Plexus Archiver
Built-By: cshannon
Specification-Vendor: The Apache Software Foundation
Specification-Title: ActiveMQ :: All JAR bundle
Implementation-Vendor-Id: org.apache.activemq
Implementation-Vendor: The Apache Software Foundation
Main-Class: org.apache.activemq.console.command.ShellCommand
Created-By: Apache Maven 3.5.0
Build-Jdk: 1.8.0_112
Specification-Version: 5.15.0