This closes #269 on libaio fix

This commit is contained in:
Clebert Suconic 2015-05-19 15:28:14 -04:00
commit 89adfaa112
3 changed files with 3 additions and 3 deletions

View File

@ -418,7 +418,7 @@ public class Create extends ActionAbstract
}
else
{
filters.put("${journal.settings}", "AIO");
filters.put("${journal.settings}", "ASYNCIO");
}
filters.put("${user}", System.getProperty("user.name", ""));

View File

@ -29,7 +29,7 @@ under the License.
<core xmlns="urn:activemq:core">
<!-- this could be AIO or NIO
<!-- this could be ASYNCIO or NIO
-->
<journal-type>${journal.settings}</journal-type>

View File

@ -103,6 +103,6 @@ fi
exec "$JAVACMD" $JAVA_ARGS $ARTEMIS_CLUSTER_PROPS \
-classpath "$CLASSPATH" \
-Dartemis.home="$ARTEMIS_HOME" \
-Djava.library.path="$ARTEMIS_HOME/bin/lib/linux-i686:$ARTEMIS_INSTANCE/bin/lib/linux-x86_64" \
-Djava.library.path="$ARTEMIS_HOME/bin/lib/linux-i686:$ARTEMIS_HOME/bin/lib/linux-x86_64" \
$DEBUG_ARGS \
org.apache.activemq.artemis.boot.Artemis $@