]
Jeff Mesnil closed WFLY-4731.
-----------------------------
Resolution: Rejected
superseded by WFLY-4859.
AIO will remain the default (with fallback to NIO if libAIO can not be loaded) but the log
will be changed to INFO instead of WARN
Change default value for journal-type to NIO
--------------------------------------------
Key: WFLY-4731
URL:
https://issues.jboss.org/browse/WFLY-4731
Project: WildFly
Issue Type: Bug
Components: JMS
Affects Versions: 10.0.0.Alpha2
Reporter: Miroslav Novak
Assignee: Jeff Mesnil
Attribute journal-type is not specified and defaults to ASYNCIO. This has a side effect
that EAP 7.0.0.DR2 (with ActiveMQ) prints warning to log if AIO is not located (on
Windows, Solaris, HP-UX).
For this reason EAP 6.4 has default value for journal-type=NIO. We should keep it for EAP
7 as well.