This closes #898

This commit is contained in:
Clebert Suconic 2016-11-28 15:21:14 -05:00
commit cf1c4d16c4
1 changed files with 2 additions and 2 deletions

View File

@ -182,8 +182,8 @@ The message journal is configured using the following attributes in
Valid values are `NIO` or `ASYNCIO`.
Choosing `NIO` chooses the Java NIO journal. Choosing `AIO` chooses
the Linux asynchronous IO journal. If you choose `AIO` but are not
Choosing `NIO` chooses the Java NIO journal. Choosing `ASYNCIO` chooses
the Linux asynchronous IO journal. If you choose `ASYNCIO` but are not
running Linux or you do not have libaio installed then Apache ActiveMQ Artemis will
detect this and automatically fall back to using `NIO`.