[rhmessaging-commits] rhmessaging commits: r2194 - store/branches/mrg-1.0/specs.

rhmessaging-commits at lists.jboss.org rhmessaging-commits at lists.jboss.org
Mon Jul 14 09:59:22 EDT 2008


Author: kpvdr
Date: 2008-07-14 09:59:22 -0400 (Mon, 14 Jul 2008)
New Revision: 2194

Modified:
   store/branches/mrg-1.0/specs/management-schema.xml
Log:
Backport of trunk r.2174: Leftover from removal of sync option in store: removed async property from management of store class

Modified: store/branches/mrg-1.0/specs/management-schema.xml
===================================================================
--- store/branches/mrg-1.0/specs/management-schema.xml	2008-07-14 13:50:09 UTC (rev 2193)
+++ store/branches/mrg-1.0/specs/management-schema.xml	2008-07-14 13:59:22 UTC (rev 2194)
@@ -6,7 +6,6 @@
   <class name="Store">
     <property name="brokerRef"               type="objId"  references="qpid.Broker" access="RO" index="y" parentRef="y"/>
     <property name="location"                type="sstr"   access="RO"              desc="Logical directory on disk"/>
-    <property name="async"                   type="bool"   access="RO"              desc="Asynchronous IO"/>
     <property name="defaultInitialFileCount" type="uint16" access="RO" unit="file"  desc="Default number of files initially allocated to each journal"/>
     <property name="defaultDataFileSize"     type="uint32" access="RO" unit="RdPg"  desc="Default size of each journal data file"/>
   </class>




More information about the rhmessaging-commits mailing list