[jboss-cvs] jboss-jms/src/etc/xmdesc ...

Timothy Fox tim.fox at jboss.com
Mon Jul 17 13:14:44 EDT 2006


  User: timfox  
  Date: 06/07/17 13:14:44

  Modified:    src/etc/xmdesc    ConnectionFactory-xmbean.xml
                        ServerPeer-xmbean.xml
  Removed:     src/etc/xmdesc    DefaultThreadPool-xmbean.xml
  Log:
  Many changes including implementation of prefetch, SEDAisation of server, changing of recovery
  
  Revision  Changes    Path
  1.4       +6 -0      jboss-jms/src/etc/xmdesc/ConnectionFactory-xmbean.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: ConnectionFactory-xmbean.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-jms/src/etc/xmdesc/ConnectionFactory-xmbean.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- ConnectionFactory-xmbean.xml	13 Apr 2006 19:43:04 -0000	1.3
  +++ ConnectionFactory-xmbean.xml	17 Jul 2006 17:14:44 -0000	1.4
  @@ -41,6 +41,12 @@
         <type>org.w3c.dom.Element</type>
      </attribute>
   
  +   <attribute access="read-write" getMethod="getPrefetchSize" setMethod="setPrefetchSize">
  +      <description>The maximum number of messages that will be prefetched by the client side consumer</description>
  +      <name>PrefetchSize</name>
  +      <type>int</type>
  +   </attribute>
  +
      <!-- ServerPeer ObjectName is configured as a dependency optional-attribute-name, this is the
           only reason for this attribute to be writable. Any write attempt on this attribute after
           initialization will be ignored.
  
  
  
  1.22      +6 -6      jboss-jms/src/etc/xmdesc/ServerPeer-xmbean.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: ServerPeer-xmbean.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-jms/src/etc/xmdesc/ServerPeer-xmbean.xml,v
  retrieving revision 1.21
  retrieving revision 1.22
  diff -u -b -r1.21 -r1.22
  --- ServerPeer-xmbean.xml	13 Apr 2006 19:43:04 -0000	1.21
  +++ ServerPeer-xmbean.xml	17 Jul 2006 17:14:44 -0000	1.22
  @@ -28,12 +28,6 @@
   
      <!-- plugins ObjectNames -->
   
  -   <attribute access="read-write" getMethod="getThreadPool" setMethod="setThreadPool">
  -      <description>The ObjectName of the thread pool plugin</description>
  -      <name>ThreadPool</name>
  -      <type>javax.management.ObjectName</type>
  -   </attribute>
  -
      <attribute access="read-write" getMethod="getPersistenceManager" setMethod="setPersistenceManager">
         <description>The ObjectName of the persistence manager</description>
         <name>PersistenceManager</name>
  @@ -140,6 +134,12 @@
         <type>org.w3c.dom.Element</type>
      </attribute>
   
  +   <attribute access="read-write" getMethod="getQueuedExecutorPoolSize" setMethod="setQueuedExecutorPoolSize">
  +      <description>The size of the rotating pool from which to allocate QueuedExecutors</description>
  +      <name>QueuedExecutorPoolSize</name>
  +      <type>int</type>
  +   </attribute>
  +
      <!-- Managed operations -->
   
      <operation>
  
  
  



More information about the jboss-cvs-commits mailing list