You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@synapse.apache.org by "Hiranya Jayathilaka (JIRA)" <ji...@apache.org> on 2008/07/09 07:50:31 UTC

[jira] Commented: (SYNAPSE-380) Create/initiate the FIX session with the acceptor endpoint in the startup of Synapase

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

Hiranya Jayathilaka commented on SYNAPSE-380:
---------------------------------------------

We can ask the user to put all the settings required to create the session with the acceptor in the file pointed to by the transport.fix.InitiatorConfigURL parameter. Then we can modify the existing FIX transport impl to check for this parameter at startup and create the session if all the required settings are specified in the file. 

I'm also planning to introduce a new service parameter (transport.fix.LazyInitSessions) which when set to 'on' will cause Synapse to create sessions with the acceptors only when a message arrives for that sessions (ie the existing way of creating sessions)

> Create/initiate the FIX session with the acceptor endpoint in the startup of Synapase
> -------------------------------------------------------------------------------------
>
>                 Key: SYNAPSE-380
>                 URL: https://issues.apache.org/jira/browse/SYNAPSE-380
>             Project: Synapse
>          Issue Type: Improvement
>          Components: Transports
>    Affects Versions: 1.2
>         Environment: Java 1.5, 
>            Reporter: Asanka Abeysinghe
>            Assignee: Hiranya Jayathilaka
>
> Initiate the FIX session with the acceptor endpoint(s) defined in  the synapse configuration and connect immediately if the endpoint is up or connect when the endpoint starts up.

-- 
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: dev-unsubscribe@synapse.apache.org
For additional commands, e-mail: dev-help@synapse.apache.org


Re: [jira] Commented: (SYNAPSE-380) Create/initiate the FIX session with the acceptor endpoint in the startup of Synapase

Posted by Asanka Abeysinghe <as...@wso2.com>.
I don't think we need an additional parameter to identify the lazy 
initializations. Because if the session not defined in the 
synapse.initiator config (pointed by transport.fix.InitiatorConfigURL) 
system will create the session on the fly when message arrives. So it is 
an lazy initialization.
Asanka A.

Hiranya Jayathilaka (JIRA) wrote:
>     [ https://issues.apache.org/jira/browse/SYNAPSE-380?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12611903#action_12611903 ] 
>
> Hiranya Jayathilaka commented on SYNAPSE-380:
> ---------------------------------------------
>
> We can ask the user to put all the settings required to create the session with the acceptor in the file pointed to by the transport.fix.InitiatorConfigURL parameter. Then we can modify the existing FIX transport impl to check for this parameter at startup and create the session if all the required settings are specified in the file. 
>
> I'm also planning to introduce a new service parameter (transport.fix.LazyInitSessions) which when set to 'on' will cause Synapse to create sessions with the acceptors only when a message arrives for that sessions (ie the existing way of creating sessions)
>
>   
>> Create/initiate the FIX session with the acceptor endpoint in the startup of Synapase
>> -------------------------------------------------------------------------------------
>>
>>                 Key: SYNAPSE-380
>>                 URL: https://issues.apache.org/jira/browse/SYNAPSE-380
>>             Project: Synapse
>>          Issue Type: Improvement
>>          Components: Transports
>>    Affects Versions: 1.2
>>         Environment: Java 1.5, 
>>            Reporter: Asanka Abeysinghe
>>            Assignee: Hiranya Jayathilaka
>>
>> Initiate the FIX session with the acceptor endpoint(s) defined in  the synapse configuration and connect immediately if the endpoint is up or connect when the endpoint starts up.
>>     
>
>   


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