File tree Expand file tree Collapse file tree 2 files changed +10
-7
lines changed Expand file tree Collapse file tree 2 files changed +10
-7
lines changed Original file line number Diff line number Diff line change @@ -18,11 +18,13 @@ Getting Started
1818To help you get started, try the following links:
1919
2020Getting Started
21- - https://activemq.apache.org/version-5-getting-started.html
21+ - You need JDK17+ to run Apache ActiveMQ
22+ - After having extracted ActiveMQ binary distribution, you can start ActiveMQ with ` ./bin/activemq console ` (foreground) or ` ./bin/activemq start `
23+ - Docker images are also available on Docker Hub (https://hub.docker.com/r/apache/activemq-classic )
2224
2325Building
24- - [ Windows ] ( https://activemq.apache.org/version-5-getting-started.html#installation-procedure-for-windows )
25- - [ Unix ] ( https://activemq.apache.org/version-5-getting-started.html#installation-procedure-for-unix )
26+ - You can build (fast) using Apache Maven: ` mvn clean install -DskipTests `
27+ - You can build (including all tests) using Apache Maven: ` mvn clean install `
2628
2729Examples
2830- https://activemq.apache.org/examples.html
Original file line number Diff line number Diff line change 44
55| Version | Supported |
66| ------- | ------------------ |
7- | 6.0.x | :white_check_mark : |
8- | 5.18.x | :white_check_mark : |
9- | 5.17.x | :white_check_mark : |
10- | <= 5.16.x | :x : |
7+ | 6.2.x | :white_check_mark : |
8+ | 6.1.x | :white_check_mark : |
9+ | 6.0.x | :x : |
10+ | 5.19.x | :white_check_mark : |
11+ | <= 5.18.x | :x : |
1112
1213## Reporting a Vulnerability
1314
You can’t perform that action at this time.
0 commit comments