[jboss-svn-commits] JBL Code SVN: r10239 - labs/jbossesb/trunk/product/samples/quickstarts/helloworld.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Thu Mar 15 14:43:34 EDT 2007


Author: kurt.stam at jboss.com
Date: 2007-03-15 14:43:34 -0400 (Thu, 15 Mar 2007)
New Revision: 10239

Added:
   labs/jbossesb/trunk/product/samples/quickstarts/helloworld/jbm-queue-service-scoped.xml
Log:
scoped version for when you run in jbossas with a JBM-scoped.sar

Added: labs/jbossesb/trunk/product/samples/quickstarts/helloworld/jbm-queue-service-scoped.xml
===================================================================
--- labs/jbossesb/trunk/product/samples/quickstarts/helloworld/jbm-queue-service-scoped.xml	                        (rev 0)
+++ labs/jbossesb/trunk/product/samples/quickstarts/helloworld/jbm-queue-service-scoped.xml	2007-03-15 18:43:34 UTC (rev 10239)
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<server>
+  
+  <loader-repository>jboss.messaging:loader=ScopedLoaderRepository
+    <loader-repository-config>java2ParentDelegation=false</loader-repository-config>
+  </loader-repository>
+  
+  <mbean code="org.jboss.jms.server.destination.QueueService"
+    name="jboss.messaging.destination:service=Queue,name=quickstart_helloworld_Request"
+    xmbean-dd="xmdesc/Queue-xmbean.xml">
+    <depends optional-attribute-name="ServerPeer">jboss.messaging:service=ServerPeer</depends>
+  </mbean>
+</server>
\ No newline at end of file


Property changes on: labs/jbossesb/trunk/product/samples/quickstarts/helloworld/jbm-queue-service-scoped.xml
___________________________________________________________________
Name: svn:mime-type
   + text/xml
Name: svn:eol-style
   + native




More information about the jboss-svn-commits mailing list