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

Upul Godage resolved SYNAPSE-177.
---------------------------------

    Resolution: Fixed

added pinnedServers attribute to proxy, task

<proxy name="string" [transports="(http |https |jms )+|all"] 
[pinnedServers="(serverName)+"]>

<task class="org.my.synapse.Task" name="string" [pinnedServers="(serverName)+"]>

You can give a list of synapse server names where this proxy / task should be 
started using pinnedServers attribute.  It takes the server names separated by 
comma or space character. If there is no pinned server list then proxy / task 
will start in all server instances.  If a pinned server names list is given it 
will only start in the given named Synapse server instances. The Synapse server 
name is taken as follows. First it looks for the system property 
SynapseServerName.  If it is not found it will take the hostname of the 
machine. Otherwise it will default to name 'localhost'. You can give a name to 
the starting Synapse server instance using ./synapse.sh 
-DSynapseServerName=<ServerName>

> Require ability to pin File transport based services and Tasks within a 
> cluster
> -------------------------------------------------------------------------------
>
>                 Key: SYNAPSE-177
>                 URL: https://issues.apache.org/jira/browse/SYNAPSE-177
>             Project: Synapse
>          Issue Type: Improvement
>          Components: Core
>    Affects Versions: 1.1
>            Reporter: Asankha C. Perera
>            Assignee: Upul Godage
>
> File transport based proxies and/or scheduled tasks must not run concurrently 
> within a cluster. Thus it should be possible to pin them to a specific node

-- 
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