[jboss-cvs] JBossAS SVN: r103019 - trunk/hornetq-int/src/resources/META-INF.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Mar 26 05:33:53 EDT 2010


Author: ataylor
Date: 2010-03-26 05:33:53 -0400 (Fri, 26 Mar 2010)
New Revision: 103019

Modified:
   trunk/hornetq-int/src/resources/META-INF/rhq-plugin.xml
Log:
added option box for cf in hq plugin

Modified: trunk/hornetq-int/src/resources/META-INF/rhq-plugin.xml
===================================================================
--- trunk/hornetq-int/src/resources/META-INF/rhq-plugin.xml	2010-03-26 09:00:14 UTC (rev 103018)
+++ trunk/hornetq-int/src/resources/META-INF/rhq-plugin.xml	2010-03-26 09:33:53 UTC (rev 103019)
@@ -281,6 +281,11 @@
                <c:simple-property name="addressFullMessagePolicy" default="PAGE" type="string"
                                   displayName="Address Full Message Policy" required="true">
                   <c:description>The policy to use when this Address is full (PAGE,DROP,BLOCK)</c:description>
+                  <c:property-options>
+                     <c:option name="PAGE" value="PAGE"/>
+                     <c:option name="DROP" value="DROP"/>
+                     <c:option name="BLOCK" value="BLOCK"/>
+                  </c:property-options>
                </c:simple-property>
                <c:list-property name="roles"
                                 displayName="Roles"
@@ -472,6 +477,11 @@
                <c:simple-property name="addressFullMessagePolicy" default="PAGE" type="string"
                                   displayName="Address Full Message Policy" required="true">
                   <c:description>The policy to use when this Address is full (PAGE,DROP,BLOCK)</c:description>
+                  <c:property-options>
+                     <c:option name="PAGE" value="PAGE"/>
+                     <c:option name="DROP" value="DROP"/>
+                     <c:option name="BLOCK" value="BLOCK"/>
+                  </c:property-options>
                </c:simple-property>
                <c:list-property name="roles"
                                 displayName="Roles"




More information about the jboss-cvs-commits mailing list