Repository: activemq-artemis Updated Branches: refs/heads/master c709d7b8c -> cf1c4d16c
changed AIO to ASYNCIO in docs to match the correct setting options Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/9f179bb4 Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/9f179bb4 Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/9f179bb4 Branch: refs/heads/master Commit: 9f179bb4e6c7f110a74a92859878f9c3eb784167 Parents: c709d7b Author: Christian Posta <[email protected]> Authored: Mon Nov 28 13:14:06 2016 -0700 Committer: Christian Posta <[email protected]> Committed: Mon Nov 28 13:14:06 2016 -0700 ---------------------------------------------------------------------- docs/user-manual/en/persistence.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/9f179bb4/docs/user-manual/en/persistence.md ---------------------------------------------------------------------- diff --git a/docs/user-manual/en/persistence.md b/docs/user-manual/en/persistence.md index 6f9c481..50d9dc9 100644 --- a/docs/user-manual/en/persistence.md +++ b/docs/user-manual/en/persistence.md @@ -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`.
