changed AIO to ASYNCIO in docs to match the correct setting options

This commit is contained in:
Christian Posta 2016-11-28 13:14:06 -07:00
parent c709d7b8cd
commit 9f179bb4e6
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`.