[jboss-svn-commits] JBL Code SVN: r26175 - labs/jbossesb/workspace/dbevenius/jbossas5/product/samples/quickstarts/helloworld_topic_notifier.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Tue Apr 21 07:31:51 EDT 2009


Author: beve
Date: 2009-04-21 07:31:51 -0400 (Tue, 21 Apr 2009)
New Revision: 26175

Modified:
   labs/jbossesb/workspace/dbevenius/jbossas5/product/samples/quickstarts/helloworld_topic_notifier/jboss-esb-unfiltered.xml
Log:
Set mep to oneway


Modified: labs/jbossesb/workspace/dbevenius/jbossas5/product/samples/quickstarts/helloworld_topic_notifier/jboss-esb-unfiltered.xml
===================================================================
--- labs/jbossesb/workspace/dbevenius/jbossas5/product/samples/quickstarts/helloworld_topic_notifier/jboss-esb-unfiltered.xml	2009-04-21 10:41:04 UTC (rev 26174)
+++ labs/jbossesb/workspace/dbevenius/jbossas5/product/samples/quickstarts/helloworld_topic_notifier/jboss-esb-unfiltered.xml	2009-04-21 11:31:51 UTC (rev 26175)
@@ -33,7 +33,7 @@
                               busidref="quickstartEsbChannel"
 						/>
 		</listeners>
-	    <actions>
+	    <actions mep="OneWay">
 				<action name="notificationAction" class="org.jboss.soa.esb.actions.Notifier">    
 					<property name="okMethod" value="notifyOK" />
 					<property name="notification-details"> 




More information about the jboss-svn-commits mailing list