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

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Thu Dec 21 15:33:53 EST 2006


Author: burrsutter
Date: 2006-12-21 15:33:52 -0500 (Thu, 21 Dec 2006)
New Revision: 8526

Removed:
   labs/jbossesb/trunk/product/samples/quickstarts/helloworld/esb-config-gateway.xml
   labs/jbossesb/trunk/product/samples/quickstarts/helloworld/esb-config.xml
Log:
no longer needed due to the jbossesb.xml

Deleted: labs/jbossesb/trunk/product/samples/quickstarts/helloworld/esb-config-gateway.xml
===================================================================
--- labs/jbossesb/trunk/product/samples/quickstarts/helloworld/esb-config-gateway.xml	2006-12-21 20:25:43 UTC (rev 8525)
+++ labs/jbossesb/trunk/product/samples/quickstarts/helloworld/esb-config-gateway.xml	2006-12-21 20:33:52 UTC (rev 8526)
@@ -1,15 +0,0 @@
-<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_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

Deleted: labs/jbossesb/trunk/product/samples/quickstarts/helloworld/esb-config.xml
===================================================================
--- labs/jbossesb/trunk/product/samples/quickstarts/helloworld/esb-config.xml	2006-12-21 20:25:43 UTC (rev 8525)
+++ labs/jbossesb/trunk/product/samples/quickstarts/helloworld/esb-config.xml	2006-12-21 20:33:52 UTC (rev 8526)
@@ -1,16 +0,0 @@
-<esb-config parameterReloadSecs="180">
-   <esb-listener
-    service-category="FirstServices"
-  	service-name="SimpleJMSService"
-    service-description="Simply listens for ESB Messages"
-	epr-description="Hello World"
-   	listenerClass="org.jboss.soa.esb.listeners.message.JmsQueueListener"
-	connection-factory="ConnectionFactory"
-	destination-type="queue"
-   	destination-name="queue/B"
-    jndi-context-factory="org.jnp.interfaces.NamingContextFactory"
-    jndi-URL="localhost"   
-   >
-	   <action class="quickstart.MyJMSListenerAction" process="displayMessage" />	  
-   </esb-listener>   
-</esb-config>
\ No newline at end of file




More information about the jboss-svn-commits mailing list