[jboss-svn-commits] JBL Code SVN: r29954 - labs/jbossesb/trunk/product/samples/quickstarts/deadletter.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Wed Nov 4 09:06:30 EST 2009


Author: beve
Date: 2009-11-04 09:06:30 -0500 (Wed, 04 Nov 2009)
New Revision: 29954

Modified:
   labs/jbossesb/trunk/product/samples/quickstarts/deadletter/readme.txt
Log:
Work for https://jira.jboss.org/jira/browse/JBESB-2932 "Verify quickstarts deadletter -> fun_cbr"


Modified: labs/jbossesb/trunk/product/samples/quickstarts/deadletter/readme.txt
===================================================================
--- labs/jbossesb/trunk/product/samples/quickstarts/deadletter/readme.txt	2009-11-04 13:54:40 UTC (rev 29953)
+++ labs/jbossesb/trunk/product/samples/quickstarts/deadletter/readme.txt	2009-11-04 14:06:30 UTC (rev 29954)
@@ -37,7 +37,7 @@
   src\org\jboss\soa\esb\samples\quickstart\deadletter\MyFailingSyncAction
     This action attempts a asynchronous call. The attempt should
     fail and the message should end up getting send to the DeadLetterService. By default
-    this service store a copy of the message in the MessageStore under the classification
+    this service stores a copy of the message in the MessageStore under the classification
     'RDLVR'. The message would have been redelivered at a later time (according to 
     the redeliver schedule defined in the jbossesb.esb/META-INF/jboss-esb.xml), but
     it is removed from the store or else the quickstart would get too confusing.
@@ -47,7 +47,7 @@
   src\org\jboss\soa\esb\samples\quickstart\deadletter\MyFailingAsyncAction
     This action attempts a synchronous call. The attempt should
     fail and the message should end up getting send to the DeadLetterService. By default
-    this service store a copy of the message in the MessageStore under the classification
+    this service stores a copy of the message in the MessageStore under the classification
     'DLQ'. An exception is thrown to stop any futher processing of the pipeline.
     Look for:
     	Message in the DLQ should be the same message: true



More information about the jboss-svn-commits mailing list