[jboss-svn-commits] JBL Code SVN: r8637 - labs/jbossesb/trunk/product/samples/quickstarts/simple_cbr
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Tue Jan 2 16:01:24 EST 2007
Author: burrsutter
Date: 2007-01-02 16:01:23 -0500 (Tue, 02 Jan 2007)
New Revision: 8637
Removed:
labs/jbossesb/trunk/product/samples/quickstarts/simple_cbr/esb-config-gateway.xml
Log:
no longer needed due to jbossesb.xml
Deleted: labs/jbossesb/trunk/product/samples/quickstarts/simple_cbr/esb-config-gateway.xml
===================================================================
--- labs/jbossesb/trunk/product/samples/quickstarts/simple_cbr/esb-config-gateway.xml 2007-01-02 21:01:15 UTC (rev 8636)
+++ labs/jbossesb/trunk/product/samples/quickstarts/simple_cbr/esb-config-gateway.xml 2007-01-02 21:01:23 UTC (rev 8637)
@@ -1,15 +0,0 @@
-<esb-config-gateway parameterReloadSecs="180">
- <esb-jms-gateway
- target-service-category="MyFirstCBRServices"
- target-service-name="FirstCBRService"
- gatewayClass="org.jboss.soa.esb.listeners.gateway.JmsGatewayListener"
- connection-factory="ConnectionFactory"
- destination-type="queue"
- destination-name="queue/quickstart_simple_cbr_Request"
- jndi-context-factory="org.jnp.interfaces.NamingContextFactory"
- jndi-URL="localhost"
- >
- <!-- no action needed as the inbound message is automatically converted
- and sent to the queue for the target service -->
- </esb-jms-gateway>
-</esb-config-gateway>
\ No newline at end of file
More information about the jboss-svn-commits
mailing list