Github user graben commented on a diff in the pull request: https://github.com/apache/activemq-artemis/pull/1863#discussion_r167488412 --- 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 -- Well, I synced with a created default broker.xml its default is actually NIO and avoid "urgly" comments on every broker start if asyncio is not supported
---