You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@synapse.apache.org by hi...@apache.org on 2011/12/19 07:41:28 UTC

svn commit: r1220623 - /synapse/branches/2.1/src/site/xdoc/Synapse_Configuration_Language.xml

Author: hiranya
Date: Mon Dec 19 06:41:27 2011
New Revision: 1220623

URL: http://svn.apache.org/viewvc?rev=1220623&view=rev
Log:
patch for SYNAPSE-815

Modified:
    synapse/branches/2.1/src/site/xdoc/Synapse_Configuration_Language.xml

Modified: synapse/branches/2.1/src/site/xdoc/Synapse_Configuration_Language.xml
URL: http://svn.apache.org/viewvc/synapse/branches/2.1/src/site/xdoc/Synapse_Configuration_Language.xml?rev=1220623&r1=1220622&r2=1220623&view=diff
==============================================================================
--- synapse/branches/2.1/src/site/xdoc/Synapse_Configuration_Language.xml (original)
+++ synapse/branches/2.1/src/site/xdoc/Synapse_Configuration_Language.xml Mon Dec 19 06:41:27 2011
@@ -1132,6 +1132,10 @@ where "sequence/dynamic_seq_1.xml" refer
     <p>
       and the endpoint token refers to an anonymous endpoint definition.
     </p>
+    <p> If the response message is to be sent to a named sequence, the 'receive' attribute can be used: </p>
+    <pre xml:space="preserve"> &lt;send receive="recevingSequence"&gt;
+       (endpointref | endpoint)+
+    &lt;/send&gt;</pre>
     <p/>
     <h4>
       <a name="drop" id="drop">Drop</a>