[ 
https://issues.apache.org/jira/browse/SYNAPSE-648?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Hiranya Jayathilaka resolved SYNAPSE-648.
-----------------------------------------

    Resolution: Fixed

Fixed on the trunk

> The FIX Transport Would Apply the Acceptor Logging and Message Store 
> Configurations to the Initiators
> -----------------------------------------------------------------------------------------------------
>
>                 Key: SYNAPSE-648
>                 URL: https://issues.apache.org/jira/browse/SYNAPSE-648
>             Project: Synapse
>          Issue Type: Bug
>          Components: Transports
>            Reporter: Hiranya Jayathilaka
>            Assignee: Hiranya Jayathilaka
>             Fix For: 2.0
>
>
> Steps to reproduce:
> Create the following FIX proxy:
> <proxy name="OrderProcesserProxy40" transports="fix">
>       <target>
>          <endpoint>
>             <address 
> uri="fix://localhost:19876?BeginString=FIX.4.0&amp;SenderCompID=SYNAPSE&amp;TargetCompID=EXEC"/>
>          </endpoint>
>          <inSequence><log level="full"/></inSequence>
>          <outSequence><log level="full"/><send/></outSequence>
>       </target>
>          
>       <parameter 
> name="transport.fix.AcceptorConfigURL">file:repository/conf/sample/resources/fix/fix-synapse.cfg</parameter>
>       <parameter name="transport.fix.AcceptorMessageStore">file</parameter>   
>             
>       <parameter 
> name="transport.fix.InitiatorConfigURL">file:repository/conf/sample/resources/fix/synapse-sender.cfg</parameter>
>            
>    </proxy>
> Even though a message store has not been specified for the initiator, a file 
> system store will be created for initiator. Same could happen with log 
> factories. Basically the acceptor configuration is applied for the initiator.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to