You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@synapse.apache.org by "Amila Chinthaka Suriarachchi (JIRA)" <ji...@apache.org> on 2012/10/02 08:01:08 UTC

[jira] [Commented] (SYNAPSE-913) Pass Through HTTP Transport for Synapse and Using the Pass Through Transport by Default

    [ https://issues.apache.org/jira/browse/SYNAPSE-913?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13467503#comment-13467503 ] 

Amila Chinthaka Suriarachchi commented on SYNAPSE-913:
------------------------------------------------------

I did some test with this patch. It has greatly improved the performance. However it seems like if we try to build the response message it fails. 

eg. following proxy services prints the message at the insequence. but fails in out sequence.

<proxy name="XSLTProxy" transports="https http" startOnLoad="true" trace="disable">
        <target endpoint="RealService">
            <inSequence>
                <log level="full"/>
            </inSequence>
            <outSequence>
             <log level="full"/>
               <send/>
            </outSequence>
        </target>
        <publishWSDL key="ProxyWSDL-embedded.wsdl"/>
    </proxy>

 


                
> Pass Through HTTP Transport for Synapse and Using the Pass Through Transport by Default
> ---------------------------------------------------------------------------------------
>
>                 Key: SYNAPSE-913
>                 URL: https://issues.apache.org/jira/browse/SYNAPSE-913
>             Project: Synapse
>          Issue Type: Improvement
>          Components: Core, Transports
>         Environment: Any
>            Reporter: Hiranya Jayathilaka
>             Fix For: FUTURE
>
>         Attachments: SYNAPSE_PASS_THRU_8.patch
>
>
> This improvement has 2 main aspects:
> 1. Contributing the pass through HTTP transport developed at WSO2 to Synapse
> 2. Modifying Synapse to use the pass through HTTP transport as the default (this requires some minor changes to the transport too)
> The pass through transport, as it stands now, can only be used for simple pass through, static routing and header based routing scenarios. It cannot be used for any scenario where content lookup or manipulation is required. This effort makes the pass through transport one of the core transports of Synapse, and modifies Synapse and the transport in a way so that the transport can be used in any scenario without restrictions.
> See the conversations at:
> http://old.nabble.com/Message-Relay-Support-for-Synapse-to33693068.html
> http://mail-archives.apache.org/mod_mbox/synapse-dev/201209.mbox/browser

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@synapse.apache.org
For additional commands, e-mail: dev-help@synapse.apache.org