[jboss-svn-commits] JBL Code SVN: r8506 - labs/jbossesb/trunk/product/samples/quickstarts/helloworld_action
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Thu Dec 21 12:21:26 EST 2006
Author: burrsutter
Date: 2006-12-21 12:21:25 -0500 (Thu, 21 Dec 2006)
New Revision: 8506
Modified:
labs/jbossesb/trunk/product/samples/quickstarts/helloworld_action/esb-config-gateway.xml
Log:
Modified: labs/jbossesb/trunk/product/samples/quickstarts/helloworld_action/esb-config-gateway.xml
===================================================================
--- labs/jbossesb/trunk/product/samples/quickstarts/helloworld_action/esb-config-gateway.xml 2006-12-21 17:21:13 UTC (rev 8505)
+++ labs/jbossesb/trunk/product/samples/quickstarts/helloworld_action/esb-config-gateway.xml 2006-12-21 17:21:25 UTC (rev 8506)
@@ -1,15 +1,3 @@
<esb-config-gateway parameterReloadSecs="180">
- <esb-jms-gateway
- target-service-category="FirstServices"
- target-service-name="SimpleJMSService"
- gatewayClass="org.jboss.soa.esb.listeners.gateway.JmsGatewayListener"
- connection-factory="ConnectionFactory"
- destination-type="queue"
- destination-name="queue/quickstart_helloworld_action_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