Github user michaelandrepearce commented on a diff in the pull request:
https://github.com/apache/activemq-artemis/pull/1863#discussion_r167473549
--- Diff: artemis-features/src/main/resources/artemis.xml ---
@@ -32,21 +32,23 @@ under the License.
MAPPED: mmap files
NIO: Plain Java Files
-->
- <journal-type>ASYNCIO</journal-type>
+ <journal-type>NIO</journal-type>
--- End diff --
ASYNCIO should be the default itâs more performant and Artemis will fall
back to NIO if not present ---
