You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ch...@apache.org on 2012/08/24 15:10:27 UTC

svn commit: r1376903 - /activemq/activemq-apollo/trunk/apollo-website/src/documentation/user-manual.md

Author: chirino
Date: Fri Aug 24 13:10:26 2012
New Revision: 1376903

URL: http://svn.apache.org/viewvc?rev=1376903&view=rev
Log:
Update docs to reflect that we have a JNI driver for leveldb on windows.

Modified:
    activemq/activemq-apollo/trunk/apollo-website/src/documentation/user-manual.md

Modified: activemq/activemq-apollo/trunk/apollo-website/src/documentation/user-manual.md
URL: http://svn.apache.org/viewvc/activemq/activemq-apollo/trunk/apollo-website/src/documentation/user-manual.md?rev=1376903&r1=1376902&r2=1376903&view=diff
==============================================================================
--- activemq/activemq-apollo/trunk/apollo-website/src/documentation/user-manual.md (original)
+++ activemq/activemq-apollo/trunk/apollo-website/src/documentation/user-manual.md Fri Aug 24 13:10:26 2012
@@ -568,8 +568,8 @@ implementations currently supported are:
 * [LevelDB Store](#LevelDB_Store) : is a file based message store implemented using the 
   [Google's LevelDB](http://en.wikipedia.org/wiki/LevelDB) library to maintain indexes into 
   log files holding the messages.  This the default implementation used.  It uses a JNI
-  driver on Linux and OS X, but falls back to a pure Java version on other 
-  platforms (but this is tested less).
+  driver on Linux, OS X, and Windows but falls back to an expermental pure Java driver
+  on other platforms.
 * [BDB Store](#BDB_Store) : is a file based message store implemented using the 
   [Sleepycat BDB](http://en.wikipedia.org/wiki/Berkeley_DB) library.
   This implemenation should work equally well on all platforms since it's a pure