From b152a33267d37f740bb16abed92740efd38e80bd Mon Sep 17 00:00:00 2001 From: art-licis Date: Fri, 1 Dec 2017 11:50:07 +0200 Subject: [PATCH] NO-JIRA Documentation: Fixed filenames of native libs found on distribution --- docs/user-manual/en/libaio.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/user-manual/en/libaio.md b/docs/user-manual/en/libaio.md index 22ddce90a6..5c7e11ca28 100644 --- a/docs/user-manual/en/libaio.md +++ b/docs/user-manual/en/libaio.md @@ -11,10 +11,10 @@ when they have been processed. We use this in our high performance journal if configured to do so, please see [Persistence](persistence.md). -This is the native libraries distributed by Apache ActiveMQ Artemis: +These are the native libraries distributed by Apache ActiveMQ Artemis: -- libActiveMQAIO64.so - x86 64 bits -- We used to distributed libActiveMQAIO32.so until early 2017. While it's not available on the distribution it should still be possible to compile to a 32 bits environment if needed. +- libartemis-native-64.so - x86 64 bits +- We distributed a 32-bit version until early 2017. While it's not available on the distribution any longer it should still be possible to compile to a 32-bit environment if needed. When using libaio, Apache ActiveMQ Artemis will always try loading these files as long as they are on the [library path](using-server.md#library-path)