[jboss-svn-commits] JBL Code SVN: r15861 - labs/jbossesb/trunk/product/samples/quickstarts/helloworld_db_registration.
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Tue Oct 16 13:56:47 EDT 2007
Author: tcunning
Date: 2007-10-16 13:56:47 -0400 (Tue, 16 Oct 2007)
New Revision: 15861
Removed:
labs/jbossesb/trunk/product/samples/quickstarts/helloworld_db_registration/jbossesb.xml
Log:
bug:JBESB-996
Remove unused jbossesb.xml.
Deleted: labs/jbossesb/trunk/product/samples/quickstarts/helloworld_db_registration/jbossesb.xml
===================================================================
--- labs/jbossesb/trunk/product/samples/quickstarts/helloworld_db_registration/jbossesb.xml 2007-10-16 17:44:47 UTC (rev 15860)
+++ labs/jbossesb/trunk/product/samples/quickstarts/helloworld_db_registration/jbossesb.xml 2007-10-16 17:56:47 UTC (rev 15861)
@@ -1,32 +0,0 @@
-<?xml version = "1.0" encoding = "UTF-8"?>
-<jbossesb xmlns="http://anonsvn.labs.jboss.com/labs/jbossesb/trunk/product/etc/schemas/xml/jbossesb-1.0.1.xsd" >
- <providers>
- <jms-provider name="JBossMQ" connection-factory="ConnectionFactory"
- jndi-URL="localhost" jndi-context-factory="org.jnp.interfaces.NamingContextFactory">
- <jms-bus busid="helloworldDBGatewayChannel">
- <jms-message-filter dest-name="queue/quickstart_helloworld_db_registration"
- dest-type="QUEUE"/>
- </jms-bus>
- <jms-bus busid="helloworldDBServiceChannel">
- <jms-message-filter dest-name="queue/B"
- dest-type="QUEUE"/>
- </jms-bus>
- </jms-provider>
- </providers>
-
- <services>
- <service category="UsingDBRegServices" name="UsingDBRegJMSService"
- description="Hello World DB JMS Service">
- <listeners>
- <jms-listener name="helloworldDBGatewayListener"
- busidref="helloworldDBGatewayChannel" maxThreads="1" is-gateway="true"/>
- <jms-listener name="helloworldDBServiceListener"
- busidref="helloworldDBServiceChannel" maxThreads="1"/>
- </listeners>
- <actions>
- <action name="helloworldDBAction" class="org.jboss.soa.esb.samples.quickstart.helloworlddbregistration.MyJMSListenerAction"
- process="displayMessage"/>
- </actions>
- </service>
- </services>
-</jbossesb>
More information about the jboss-svn-commits
mailing list