[rhmessaging-commits] rhmessaging commits: r1228 - mgmt/mint/xml.

rhmessaging-commits at lists.jboss.org rhmessaging-commits at lists.jboss.org
Fri Nov 2 17:51:36 EDT 2007


Author: tedross
Date: 2007-11-02 17:51:36 -0400 (Fri, 02 Nov 2007)
New Revision: 1228

Modified:
   mgmt/mint/xml/MgmtSchema.xml
Log:
Changed types for reference elements to 'objId'

Modified: mgmt/mint/xml/MgmtSchema.xml
===================================================================
--- mgmt/mint/xml/MgmtSchema.xml	2007-11-02 21:37:21 UTC (rev 1227)
+++ mgmt/mint/xml/MgmtSchema.xml	2007-11-02 21:51:36 UTC (rev 1228)
@@ -57,7 +57,7 @@
   ===============================================================
   -->
   <object name="broker" schemaId="2">
-    <configElement name="systemRef"            type="string" access="RO" index="y" desc="System ID"/>
+    <configElement name="systemRef"            type="objId"  access="RO" index="y" desc="System ID"/>
     <configElement name="port"                 type="uint16" access="RO" index="y" desc="TCP Port for AMQP Service"/>
     <configElement name="workerThreads"        type="uint16" access="RO" desc="Thread pool size"/>
     <configElement name="maxConns"             type="uint16" access="RO" desc="Maximum allowed connections"/>
@@ -85,7 +85,7 @@
   ===============================================================
   -->
   <object name="vhost" schemaId="3">
-    <configElement name="brokerRef" type="string" access="RC" index="y"/>
+    <configElement name="brokerRef" type="objId"  access="RC" index="y"/>
     <configElement name="name"      type="string" access="RC" index="y"/>
   </object>
 
@@ -95,7 +95,7 @@
   ===============================================================
   -->
   <object name="queue" schemaId="4">
-    <configElement name="vhostRef"        type="string" access="RC" index="y"/>
+    <configElement name="vhostRef"        type="objId"  access="RC" index="y"/>
     <configElement name="name"            type="string" access="RC" index="y"/>
 
     <configElement name="durable"         type="bool"   access="RC"/>
@@ -145,7 +145,7 @@
   ===============================================================
   -->
   <object name="exchange" schemaId="5">
-    <configElement name="vhostRef"   type="string" access="RC" index="y"/>
+    <configElement name="vhostRef"   type="objId"  access="RC" index="y"/>
     <configElement name="name"       type="string" access="RC" index="y"/>
     <configElement name="type"       type="string" access="RC"/>
 
@@ -165,8 +165,8 @@
   ===============================================================
   -->
   <object name="binding" schemaId="6">
-    <configElement name="queueRef"    type="string"     access="RC" index="y"/>
-    <configElement name="exchangeRef" type="string"     access="RC" index="y"/>
+    <configElement name="queueRef"    type="objId"      access="RC" index="y"/>
+    <configElement name="exchangeRef" type="objId"      access="RC" index="y"/>
     <configElement name="bindingKey"  type="string"     access="RC"/>
     <configElement name="arguments"   type="fieldTable" access="RC"/>
 
@@ -179,7 +179,7 @@
   ===============================================================
   -->
   <object name="client" schemaId="7">
-    <configElement name="vhostRef" type="string"    index="y"/>
+    <configElement name="vhostRef" type="objId"     index="y"/>
     <configElement name="ipAddr"   type="ipAddress" index="y"/>
     <configElement name="port"     type="uint16"    index="y"/>
 
@@ -199,7 +199,7 @@
   ===============================================================
   -->
   <object name="session" schemaId="8">
-    <configElement name="vhostRef"         type="string" index="y"/>
+    <configElement name="vhostRef"         type="objId"  index="y"/>
     <configElement name="name"             type="string" index="y"/>
     <configElement name="clientRef"        type="string" access="RO"/>
     <configElement name="detachedLifespan" type="uint32" access="RO"/>
@@ -220,7 +220,7 @@
   ===============================================================
   -->
   <object name="destination" schemaId="9">
-    <configElement name="sessionRef" type="string" index="y"/>
+    <configElement name="sessionRef" type="objId"  index="y"/>
     <configElement name="name"       type="string" index="y"/>
 
     <instElement name="flowMode"        type="enum(credit,window)"/>
@@ -243,8 +243,8 @@
   ===============================================================
   -->
   <object name="producer" schemaId="10">
-    <configElement name="destinationRef" type="string" index="y"/>
-    <configElement name="exchangeRef"    type="string" index="y"/>
+    <configElement name="destinationRef" type="objId" index="y"/>
+    <configElement name="exchangeRef"    type="objId" index="y"/>
 
     <instElement name="msgsProduced"  type="uint64"/>
     <instElement name="bytesProduced" type="uint64"/>
@@ -256,8 +256,8 @@
   ===============================================================
   -->
   <object name="consumer" schemaId="11">
-    <configElement name="destinationRef"  type="string" index="y"/>
-    <configElement name="queueRef"      type="string" index="y"/>
+    <configElement name="destinationRef" type="objId" index="y"/>
+    <configElement name="queueRef"       type="objId" index="y"/>
 
     <instElement name="msgsConsumed"    type="uint64"/>
     <instElement name="bytesConsumed"   type="uint64"/>




More information about the rhmessaging-commits mailing list