This closes #2030
This commit is contained in:
commit
3a45f91092
|
@ -7,6 +7,10 @@ This file describes some minimum 'stuff one needs to know' to get started coding
|
|||
For details about the modifying the code, building the project, running tests, IDE integration, etc. see
|
||||
our [Hacking Guide](./docs/hacking-guide/en/SUMMARY.md).
|
||||
|
||||
## Build Status
|
||||
|
||||
Build Status: [![Build Status](https://travis-ci.org/apache/activemq-artemis.svg?branch=master)](https://travis-ci.org/apache/activemq-artemis)
|
||||
|
||||
## Building the ASYNC IO library
|
||||
|
||||
ActiveMQ Artemis provides two journal persistence types, NIO (which uses the Java NIO libraries), and ASYNCIO which interacts with the linux kernel libaio library. The ASYNCIO journal type should be used where possible as it is far superior in terms of performance.
|
||||
|
|
Loading…
Reference in New Issue