[jboss-cvs] JBossAS SVN: r59800 - trunk/varia/src/resources/services/deployment/templates/jbossmq-queue/vm.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Jan 18 16:43:18 EST 2007


Author: chilin
Date: 2007-01-18 16:43:18 -0500 (Thu, 18 Jan 2007)
New Revision: 59800

Added:
   trunk/varia/src/resources/services/deployment/templates/jbossmq-queue/vm/jbossmq-queue.xml.vm
Removed:
   trunk/varia/src/resources/services/deployment/templates/jbossmq-queue/vm/jms-queue.xml.vm
Log:
c:/temp/message.txt

Copied: trunk/varia/src/resources/services/deployment/templates/jbossmq-queue/vm/jbossmq-queue.xml.vm (from rev 59799, trunk/varia/src/resources/services/deployment/templates/jbossmq-queue/vm/jms-queue.xml.vm)
===================================================================
--- trunk/varia/src/resources/services/deployment/templates/jbossmq-queue/vm/jbossmq-queue.xml.vm	                        (rev 0)
+++ trunk/varia/src/resources/services/deployment/templates/jbossmq-queue/vm/jbossmq-queue.xml.vm	2007-01-18 21:43:18 UTC (rev 59800)
@@ -0,0 +1,50 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Automatically generated by DeploymentService
+  ===================================================================
+  QueueName          - $QueueName
+  DestinationManager - $DestinationManager
+  SecurityManager    - $SecurityManager
+  SecurityRoles      - $SecurityRoles   
+  ===================================================================
+-->
+<server>
+  <mbean code="org.jboss.mq.server.jmx.Queue"
+	 name="jboss.mq.destination:name=${QueueName},service=Queue">
+         
+    <depends optional-attribute-name="DestinationManager">${DestinationManager}</depends>
+#if(${SecurityManager})
+    <depends optional-attribute-name="SecurityManager">${SecurityManager}</depends>
+#end
+#if(${SecurityRoles})
+    <attribute name="SecurityConf">
+      <security>
+#foreach($role in ${SecurityRoles})      
+        <role name="#firstToken($role ':')" #ifDefReplace($role "read" 'read="true"') #ifDefReplace($role "write" 'write="true"') #ifDefReplace($role "create" 'create="true"')/>
+#end        
+      </security>
+    </attribute>
+#end
+#if($helper.isDefined(${InMemory}))
+    <attribute name="InMemory">${InMemory}</attribute>
+#end
+#if(${RedeliveryDelay})
+    <attribute name="RedeliveryDelay">${RedeliveryDelay}</attribute>
+#end
+#if(${JNDIName})
+    <attribute name="JNDIName">${JNDIName}</attribute>
+#end
+#if(${RedeliveryLimit})
+    <attribute name="RedeliveryLimit">${RedeliveryLimit}</attribute>
+#end
+#if(${ReceiversImpl})
+    <attribute name="ReceiversImpl">${ReceiversImpl}</attribute>
+#end
+#if(${MaxDepth})
+    <attribute name="MaxDepth">${MaxDepth}</attribute>
+#end
+#if(${MessageCounterHistoryDayLimit})
+    <attribute name="MessageCounterHistoryDayLimit">${MessageCounterHistoryDayLimit}</attribute>
+#end
+  </mbean>
+</server>
\ No newline at end of file

Deleted: trunk/varia/src/resources/services/deployment/templates/jbossmq-queue/vm/jms-queue.xml.vm
===================================================================
--- trunk/varia/src/resources/services/deployment/templates/jbossmq-queue/vm/jms-queue.xml.vm	2007-01-18 21:40:35 UTC (rev 59799)
+++ trunk/varia/src/resources/services/deployment/templates/jbossmq-queue/vm/jms-queue.xml.vm	2007-01-18 21:43:18 UTC (rev 59800)
@@ -1,50 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-  Automatically generated by DeploymentService
-  ===================================================================
-  QueueName          - $QueueName
-  DestinationManager - $DestinationManager
-  SecurityManager    - $SecurityManager
-  SecurityRoles      - $SecurityRoles   
-  ===================================================================
--->
-<server>
-  <mbean code="org.jboss.mq.server.jmx.Queue"
-	 name="jboss.mq.destination:name=${QueueName},service=Queue">
-         
-    <depends optional-attribute-name="DestinationManager">${DestinationManager}</depends>
-#if(${SecurityManager})
-    <depends optional-attribute-name="SecurityManager">${SecurityManager}</depends>
-#end
-#if(${SecurityRoles})
-    <attribute name="SecurityConf">
-      <security>
-#foreach($role in ${SecurityRoles})      
-        <role name="#firstToken($role ':')" #ifDefReplace($role "read" 'read="true"') #ifDefReplace($role "write" 'write="true"') #ifDefReplace($role "create" 'create="true"')/>
-#end        
-      </security>
-    </attribute>
-#end
-#if($helper.isDefined(${InMemory}))
-    <attribute name="InMemory">${InMemory}</attribute>
-#end
-#if(${RedeliveryDelay})
-    <attribute name="RedeliveryDelay">${RedeliveryDelay}</attribute>
-#end
-#if(${JNDIName})
-    <attribute name="JNDIName">${JNDIName}</attribute>
-#end
-#if(${RedeliveryLimit})
-    <attribute name="RedeliveryLimit">${RedeliveryLimit}</attribute>
-#end
-#if(${ReceiversImpl})
-    <attribute name="ReceiversImpl">${ReceiversImpl}</attribute>
-#end
-#if(${MaxDepth})
-    <attribute name="MaxDepth">${MaxDepth}</attribute>
-#end
-#if(${MessageCounterHistoryDayLimit})
-    <attribute name="MessageCounterHistoryDayLimit">${MessageCounterHistoryDayLimit}</attribute>
-#end
-  </mbean>
-</server>
\ No newline at end of file




More information about the jboss-cvs-commits mailing list