The ActiveMQ Artemis Native Library 1.0.0 has been released.
The binary package is available on maven central. The following was added into activemq-artemis <dependency> <groupId>org.apache.activemq</groupId> <artifactId>activemq-artemis-native</artifactId> <version>1.0.0</version> <!-- not literally, through a variable --> </dependency> and the source distribution is available at http://activemq.apache.org/artemis/download.html. You can access the release notes in the download page as well. ActiveMQ Artemis Native is a library used by ActiveMQ Artemis on disk IO, using the libaio linux library, and currently has binary distributed for Linux 64 and 32 bits. -- Clebert Suconic
