[jboss-svn-commits] JBL Code SVN: r9169 - labs/jbossesb/trunk/product/samples/quickstarts/helloworld_db_registration.
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Tue Jan 30 18:38:25 EST 2007
Author: burrsutter
Date: 2007-01-30 18:38:25 -0500 (Tue, 30 Jan 2007)
New Revision: 9169
Modified:
labs/jbossesb/trunk/product/samples/quickstarts/helloworld_db_registration/jbossesb.xml
Log:
removed message selectors because the test client did not provide any
Modified: labs/jbossesb/trunk/product/samples/quickstarts/helloworld_db_registration/jbossesb.xml
===================================================================
--- labs/jbossesb/trunk/product/samples/quickstarts/helloworld_db_registration/jbossesb.xml 2007-01-30 23:17:20 UTC (rev 9168)
+++ labs/jbossesb/trunk/product/samples/quickstarts/helloworld_db_registration/jbossesb.xml 2007-01-30 23:38:25 UTC (rev 9169)
@@ -5,11 +5,11 @@
jndi-URL="localhost">
<jms-bus busid="helloworldDBGatewayChannel">
<jms-message-filter dest-name="queue/quickstart_helloworld_Request"
- dest-type="QUEUE" selector="type='fromHelloworldDBGateway'"/>
+ dest-type="QUEUE"/>
</jms-bus>
<jms-bus busid="helloworldDBServiceChannel">
- <jms-message-filter dest-name="queue/quickstart_helloworld_Request"
- dest-type="QUEUE" selector="type='fromHelloworldDBService'"/>
+ <jms-message-filter dest-name="queue/B"
+ dest-type="QUEUE"/>
</jms-bus>
</jms-provider>
</providers>
More information about the jboss-svn-commits
mailing list