Return-Path: X-Original-To: apmail-synapse-dev-archive@www.apache.org Delivered-To: apmail-synapse-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B6294DEBA for ; Fri, 5 Oct 2012 10:42:14 +0000 (UTC) Received: (qmail 45103 invoked by uid 500); 5 Oct 2012 10:42:14 -0000 Delivered-To: apmail-synapse-dev-archive@synapse.apache.org Received: (qmail 44632 invoked by uid 500); 5 Oct 2012 10:42:06 -0000 Mailing-List: contact dev-help@synapse.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@synapse.apache.org Delivered-To: mailing list dev@synapse.apache.org Received: (qmail 44549 invoked by uid 99); 5 Oct 2012 10:42:04 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 05 Oct 2012 10:42:04 +0000 Date: Fri, 5 Oct 2012 10:42:04 +0000 (UTC) From: "Dushan Sachinda Abeyruwan (JIRA)" To: dev@synapse.apache.org Message-ID: <276097223.160.1349433724850.JavaMail.jiratomcat@arcas> In-Reply-To: <872877605.113963.1348421347453.JavaMail.jiratomcat@arcas> Subject: [jira] [Comment Edited] (SYNAPSE-913) Pass Through HTTP Transport for Synapse and Using the Pass Through Transport by Default MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/SYNAPSE-913?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13470219#comment-13470219 ] Dushan Sachinda Abeyruwan edited comment on SYNAPSE-913 at 10/5/12 10:40 AM: ----------------------------------------------------------------------------- I did test the patch with REST API clone mediator and seems its not working properly,seems like only the first message always called to the destination SUCCESSFULLY and others targets calls the endpoint with empty headers and payload values.. any thoughts on this? was (Author: dushan@wso2.com): I did test the patch with REST API clone mediator and seems its not working properly,seems like only the first message always called to the destination SUCCESSFULLY and otherstargets calls the endpoint with empty headers and payload values.. any thoughts on this? > 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: patch_with_some_fixes.txt, 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