[jboss-svn-commits] JBL Code SVN: r11483 - labs/jbossesb/trunk/product/samples/quickstarts/helloworld_action.
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Sun Apr 29 16:13:41 EDT 2007
Author: beve
Date: 2007-04-29 16:13:40 -0400 (Sun, 29 Apr 2007)
New Revision: 11483
Modified:
labs/jbossesb/trunk/product/samples/quickstarts/helloworld_action/jbm-queue-service.xml
Log:
Added so that the queues depend on the PostOffice
Modified: labs/jbossesb/trunk/product/samples/quickstarts/helloworld_action/jbm-queue-service.xml
===================================================================
--- labs/jbossesb/trunk/product/samples/quickstarts/helloworld_action/jbm-queue-service.xml 2007-04-29 20:11:44 UTC (rev 11482)
+++ labs/jbossesb/trunk/product/samples/quickstarts/helloworld_action/jbm-queue-service.xml 2007-04-29 20:13:40 UTC (rev 11483)
@@ -4,10 +4,13 @@
name="jboss.messaging.destination:service=Queue,name=quickstart_helloworld_action_Request"
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.messaging.destination:service=Queue,name=quickstart_helloworld_action_Response"
xmbean-dd="xmdesc/Queue-xmbean.xml">
<depends optional-attribute-name="ServerPeer">jboss.messaging:service=ServerPeer</depends>
+ <depends>jboss.messaging:service=PostOffice</depends>
</mbean>
-</server>
\ No newline at end of file
+</server>
More information about the jboss-svn-commits
mailing list