[jboss-svn-commits] JBL Code SVN: r8636 - 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:16 EST 2007


Author: burrsutter
Date: 2007-01-02 16:01:15 -0500 (Tue, 02 Jan 2007)
New Revision: 8636

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

Deleted: labs/jbossesb/trunk/product/samples/quickstarts/simple_cbr/esb-config.xml
===================================================================
--- labs/jbossesb/trunk/product/samples/quickstarts/simple_cbr/esb-config.xml	2007-01-02 21:00:27 UTC (rev 8635)
+++ labs/jbossesb/trunk/product/samples/quickstarts/simple_cbr/esb-config.xml	2007-01-02 21:01:15 UTC (rev 8636)
@@ -1,42 +0,0 @@
-<esb-config parameterReloadSecs="180">
-    <XPathContentBasedRouter
-    service-category="MyFirstCBRServices"
-	service-name="FirstCBRService"
-	service-description="This CBR routes messages to different service destinations based Order totalAmount"
-   	listenerClass="org.jboss.soa.esb.listeners.message.CbrJmsQueueListener"
-	connection-factory="ConnectionFactory"
-	destination-type="queue"
-   	destination-name="queue/B"
-	jndi-context-factory="org.jnp.interfaces.NamingContextFactory"
-    jndi-URL="localhost">
-	   <cbr ruleSet="MyESBRules-XPath.drl" ruleLanguage="XPathLanguage.dsl" />
-	   <!--  XPathLanguage.dsl lives in core\services\rules\XPathLanguage.dsl jbossesb-rules.jar -->
-   </XPathContentBasedRouter>
-  
-    <ExpressShippingService
-    	service-category="ExpressShipping"
-    	service-name="ExpressShippingService"
-	   	listenerClass="org.jboss.soa.esb.listeners.message.JmsQueueListener"
-		connection-factory="ConnectionFactory"
-		destination-type="queue"
-   		destination-name="queue/CBRExpressFreeShipping"
-	    jndi-context-factory="org.jnp.interfaces.NamingContextFactory"
-    	jndi-URL="localhost">    
-	   <action class="quickstart.MyJMSListenerAction" process="displayMessage" exceptionMethod="exceptionHandler" />
-	   <action class="quickstart.RouteExpressShipping" process="noOperation" okMethod="sendResponse"/>
-    </ExpressShippingService> 
-
-    <NormalShippingService
-    	service-category="NormalShipping"
-    	service-name="NormalShippingService"
-	   	listenerClass="org.jboss.soa.esb.listeners.message.JmsQueueListener"
-		connection-factory="ConnectionFactory"
-		destination-type="queue"
-   		destination-name="queue/CBRNormalShipping"
-	    jndi-type="jboss"
-    	jndi-URL="localhost">    
-	   <action class="quickstart.MyJMSListenerAction" process="displayMessage" exceptionMethod="exceptionHandler" />	  	 
-   	   <action class="quickstart.RouteNormalShipping" process="noOperation" okMethod="sendResponse"/>
-    </NormalShippingService>     
-       
-</esb-config>
\ No newline at end of file




More information about the jboss-svn-commits mailing list