...
- Transport socket.xxx options is being validated, which helps catching typo mistakes, or attempting to use non existing options.
- Upgraded to latest release of hawtio web console.
- Fixed ActiveMQ Camel component configured with
userName, and password not being used, if using the factory methods on ActiveMQComponent.
- Improved the ActiveMQ Camel component configured using the factory methods to use a pooled connection factory out of the box.
- XPath Selectors using the default xalan library now use pre compiled xpath expressions.
- Fixed journaledJDBC persistence checkpoint task may throw IOException - Already Started; when a connection to the JDBC database could not be obtained.
...
Include Page |
|
|
Getting the Binaries using Maven 2
To use this release in your maven project, the proper dependency configuration that you should use in your Maven POM is:
Code Block |
|
|
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-all</artifactId>
<version>5.10.0</version>
</dependency>
|
...
SVN Tag Checkout
Code Block |
https://git-wip-us.apache.org/repos/asf?p=activemq.git;a=tag;h=refs/tags/activemq-5.10.0
|
...