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

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Wed Apr 18 10:46:44 EDT 2007


Author: kevin.conner at jboss.com
Date: 2007-04-18 10:46:44 -0400 (Wed, 18 Apr 2007)
New Revision: 11093

Added:
   labs/jbossesb/trunk/product/samples/quickstarts/helloworld/deployment.xml
Log:
Added dependency on embedded queue definitions

Added: labs/jbossesb/trunk/product/samples/quickstarts/helloworld/deployment.xml
===================================================================
--- labs/jbossesb/trunk/product/samples/quickstarts/helloworld/deployment.xml	                        (rev 0)
+++ labs/jbossesb/trunk/product/samples/quickstarts/helloworld/deployment.xml	2007-04-18 14:46:44 UTC (rev 11093)
@@ -0,0 +1,4 @@
+<jbossesb-deployment>
+  <depends>jboss.messaging.destination:service=Queue,name=quickstart_helloworld_Request_esb</depends>
+  <depends>jboss.messaging.destination:service=Queue,name=quickstart_helloworld_Request_gw</depends>
+</jbossesb-deployment>


Property changes on: labs/jbossesb/trunk/product/samples/quickstarts/helloworld/deployment.xml
___________________________________________________________________
Name: svn:mime-type
   + text/xml
Name: svn:keywords
   + Rev Date
Name: svn:eol-style
   + native




More information about the jboss-svn-commits mailing list