You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by cl...@apache.org on 2016/11/28 20:21:21 UTC

[1/2] activemq-artemis git commit: changed AIO to ASYNCIO in docs to match the correct setting options

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 <ch...@gmail.com>
Authored: Mon Nov 28 13:14:06 2016 -0700
Committer: Christian Posta <ch...@gmail.com>
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`.
 


[2/2] activemq-artemis git commit: This closes #898

Posted by cl...@apache.org.
This closes #898


Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo
Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/cf1c4d16
Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/cf1c4d16
Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/cf1c4d16

Branch: refs/heads/master
Commit: cf1c4d16c4b88b54b33ddc6c59cb1476326a6d94
Parents: c709d7b 9f179bb
Author: Clebert Suconic <cl...@apache.org>
Authored: Mon Nov 28 15:21:14 2016 -0500
Committer: Clebert Suconic <cl...@apache.org>
Committed: Mon Nov 28 15:21:14 2016 -0500

----------------------------------------------------------------------
 docs/user-manual/en/persistence.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------