You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by jb...@apache.org on 2017/06/02 16:15:11 UTC

[2/2] activemq-artemis git commit: NO-JIRA: Improve docs on broker.xml

NO-JIRA: Improve docs on broker.xml


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

Branch: refs/heads/master
Commit: a349493963346e324222d6504f69bba3e2956c01
Parents: 2aeb797
Author: Clebert Suconic <cl...@apache.org>
Authored: Fri Jun 2 11:23:30 2017 -0400
Committer: Justin Bertram <jb...@apache.org>
Committed: Fri Jun 2 11:14:09 2017 -0500

----------------------------------------------------------------------
 .../org/apache/activemq/artemis/cli/commands/etc/broker.xml     | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/a3494939/artemis-cli/src/main/resources/org/apache/activemq/artemis/cli/commands/etc/broker.xml
----------------------------------------------------------------------
diff --git a/artemis-cli/src/main/resources/org/apache/activemq/artemis/cli/commands/etc/broker.xml b/artemis-cli/src/main/resources/org/apache/activemq/artemis/cli/commands/etc/broker.xml
index 6276b76..603938a 100644
--- a/artemis-cli/src/main/resources/org/apache/activemq/artemis/cli/commands/etc/broker.xml
+++ b/artemis-cli/src/main/resources/org/apache/activemq/artemis/cli/commands/etc/broker.xml
@@ -29,7 +29,10 @@ under the License.
 
       <persistence-enabled>${persistence-enabled}</persistence-enabled>
 
-      <!-- this could be ASYNCIO or NIO
+      <!-- this could be ASYNCIO, MAPPED, NIO
+           ASYNCIO: Linux Libaio
+           MAPPED: mmap files
+           NIO: Plain Java Files
        -->
       <journal-type>${journal.settings}</journal-type>