[jboss-cvs] JBoss Messaging SVN: r2268 - trunk/src/etc/xmdesc.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Sun Feb 11 13:02:58 EST 2007


Author: timfox
Date: 2007-02-11 13:02:58 -0500 (Sun, 11 Feb 2007)
New Revision: 2268

Modified:
   trunk/src/etc/xmdesc/JDBCPersistenceManager-xmbean.xml
Log:
Made usingBinaryStream a mbean attribute



Modified: trunk/src/etc/xmdesc/JDBCPersistenceManager-xmbean.xml
===================================================================
--- trunk/src/etc/xmdesc/JDBCPersistenceManager-xmbean.xml	2007-02-11 18:01:46 UTC (rev 2267)
+++ trunk/src/etc/xmdesc/JDBCPersistenceManager-xmbean.xml	2007-02-11 18:02:58 UTC (rev 2268)
@@ -41,6 +41,12 @@
       <type>boolean</type>
    </attribute>  
    
+   <attribute access="read-write" getMethod="isUsingBinaryStream" setMethod="setUsingBinaryStream">
+      <description>Should binary stream be used for accessing message headers / body ?</description>
+      <name>UsingBinaryStream</name>
+      <type>boolean</type>
+   </attribute>    
+   
    <attribute access="read-write" getMethod="getSqlProperties" setMethod="setSqlProperties">
       <description>DML and DDL overrides</description>
       <name>SqlProperties</name>




More information about the jboss-cvs-commits mailing list