[jboss-svn-commits] JBL Code SVN: r15723 - labs/jbossesb/trunk/product/samples/trailblazer/esb/conf.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Wed Oct 10 12:16:56 EDT 2007


Author: tcunning
Date: 2007-10-10 12:16:56 -0400 (Wed, 10 Oct 2007)
New Revision: 15723

Added:
   labs/jbossesb/trunk/product/samples/trailblazer/esb/conf/jbm-queue-service.xml
Log:
bug:JBESB-1088
Forgot to add jbm-queue-service.xml


Added: labs/jbossesb/trunk/product/samples/trailblazer/esb/conf/jbm-queue-service.xml
===================================================================
--- labs/jbossesb/trunk/product/samples/trailblazer/esb/conf/jbm-queue-service.xml	                        (rev 0)
+++ labs/jbossesb/trunk/product/samples/trailblazer/esb/conf/jbm-queue-service.xml	2007-10-10 16:16:56 UTC (rev 15723)
@@ -0,0 +1,34 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<server>
+  <mbean code="org.jboss.jms.server.destination.QueueService"
+    name="jboss.esb.trailblazer.destination:service=Queue,name=esb-tb-creditAgencyQueue"
+    xmbean-dd="xmdesc/Queue-xmbean.xml">
+	<depends optional-attribute-name="ServerPeer">jboss.messaging:service=ServerPeer</depends>
+	 <depends>jboss.messaging:service=PostOffice</depends>
+  </mbean>
+  <mbean code="org.jboss.jms.server.destination.QueueService"
+    name="jboss.esb.trailblazer.destination:service=Queue,name=esb-tb-creditAgencyQueue_reply"
+    xmbean-dd="xmdesc/Queue-xmbean.xml">
+    <depends optional-attribute-name="ServerPeer">jboss.messaging:service=ServerPeer</depends>
+	 <depends>jboss.messaging:service=PostOffice</depends>
+  </mbean>
+
+  <mbean code="org.jboss.jms.server.destination.QueueService"
+    name="jboss.esb.trailblazer.destination:service=Queue,name=esb-tb-bankRequestQueue"
+    xmbean-dd="xmdesc/Queue-xmbean.xml">
+    <depends optional-attribute-name="ServerPeer">jboss.messaging:service=ServerPeer</depends>
+	 <depends>jboss.messaging:service=PostOffice</depends>
+  </mbean>
+  <mbean code="org.jboss.jms.server.destination.QueueService"
+    name="jboss.esb.trailblazer.destination:service=Queue,name=esb-tb-bankResponseQueue"
+    xmbean-dd="xmdesc/Queue-xmbean.xml">
+    <depends optional-attribute-name="ServerPeer">jboss.messaging:service=ServerPeer</depends>
+	 <depends>jboss.messaging:service=PostOffice</depends>
+  </mbean>
+  <mbean code="org.jboss.jms.server.destination.QueueService"
+    name="jboss.esb.trailblazer.destination:service=Queue,name=esb-tb-bankGatewayResponseQueue"
+    xmbean-dd="xmdesc/Queue-xmbean.xml">
+    <depends optional-attribute-name="ServerPeer">jboss.messaging:service=ServerPeer</depends>
+	 <depends>jboss.messaging:service=PostOffice</depends>
+  </mbean>
+</server>




More information about the jboss-svn-commits mailing list