[jboss-cvs] JBossAS SVN: r72303 - in trunk: messaging/src/etc/deploy/common and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Apr 16 12:45:50 EDT 2008


Author: clebert.suconic at jboss.com
Date: 2008-04-16 12:45:50 -0400 (Wed, 16 Apr 2008)
New Revision: 72303

Modified:
   trunk/build/build-distr.xml
   trunk/messaging/src/etc/deploy/common/messaging-service.xml
Log:
JBAS-5295 - Adding examples unders output/jboss-server/docs/examples/jms and a small update on a config file

Modified: trunk/build/build-distr.xml
===================================================================
--- trunk/build/build-distr.xml	2008-04-16 16:33:32 UTC (rev 72302)
+++ trunk/build/build-distr.xml	2008-04-16 16:45:50 UTC (rev 72303)
@@ -755,7 +755,24 @@
             <include name="remoting-bisocket-service.xml"/>
         </fileset>
      </copy>
+  	
+    <!-- Copy example jms configs -->
+     <mkdir dir="${install.examples.jms}"/>
+     <copy todir="${install.examples.jms}" filtering="no">
+       <fileset dir="${jboss.messaging.resources}">
+		<exclude name="jboss-service.xml"/>
+       </fileset>
+     </copy>
 
+  	<copy todir="${install.examples.jms}" filtering="no" overwrite="true">
+      <fileset dir="${install.default.deploy}/messaging">
+      	<include name="*-service.xml"/>
+		<exclude name="jboss-service.xml"/>
+      </fileset>
+    </copy>
+ 	
+  	
+
   </target>
 
    <target name="_module-messaging-all" depends="_module-messaging-most">

Modified: trunk/messaging/src/etc/deploy/common/messaging-service.xml
===================================================================
--- trunk/messaging/src/etc/deploy/common/messaging-service.xml	2008-04-16 16:33:32 UTC (rev 72302)
+++ trunk/messaging/src/etc/deploy/common/messaging-service.xml	2008-04-16 16:45:50 UTC (rev 72303)
@@ -3,7 +3,7 @@
 <!--
      The JBoss Messaging service deployment descriptor.
 
-     $Id: messaging-service.xml 3337 2007-11-16 12:22:58Z timfox $
+     $Id: messaging-service.xml 3880 2008-03-14 15:55:42Z timfox $
  -->
 
 <server>
@@ -95,6 +95,10 @@
       
       <attribute name="RecoverDeliveriesTimeout">300000</attribute>
       
+      <!-- Set to true to enable message counters that can be viewed via JMX -->
+      
+      <attribute name="EnableMessageCounters">false</attribute>
+      
       <!-- The password used by the message sucker connections to create connections.
            THIS SHOULD ALWAYS BE CHANGED AT INSTALL TIME TO SECURE SYSTEM
       <attribute name="SuckerPassword"></attribute>




More information about the jboss-cvs-commits mailing list