...
To use this release in your maven project, the proper simplest dependency configuration that you should can use in your Maven POM is:
Code Block |
|
|
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-all</artifactId>
<version>5.10.0</version>
</dependency>
|
If you need more fine grained control of your dependencies (activemq-all is an uber jar) pick and choose from the various components activemq-client, activemq-broker, activemq-xx-store etc.
div |
| |
Getting the Source Code
Source Distributions
...