You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "Marius Petria (JIRA)" <ji...@apache.org> on 2014/11/06 11:47:33 UTC

[jira] [Assigned] (SLING-4060) Create specific factories for pubsync agents and queuing agents

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

Marius Petria reassigned SLING-4060:
------------------------------------

    Assignee: Marius Petria

> Create specific factories for pubsync agents and queuing agents
> ---------------------------------------------------------------
>
>                 Key: SLING-4060
>                 URL: https://issues.apache.org/jira/browse/SLING-4060
>             Project: Sling
>          Issue Type: Bug
>          Components: Replication
>            Reporter: Marius Petria
>            Assignee: Marius Petria
>
> Create specific factories for pubsync agents and queuing agents.
> {code}
> {
>     "jcr:primaryType": "sling:OsgiConfig",
>     "name": "pubsync",
>     "serviceName" : "replicationService",
>     "packageBuilder.type" : "vlt",
>     "endpoints" : [ "http://localhost:4503/libs/sling/replication/services/exporters/reverse-pubsync",
>         "http://localhost:4504/libs/sling/replication/services/exporters/reverse-pubsync",
>         "http://localhost:4505/libs/sling/replication/services/exporters/reverse-pubsync"],
>     "endpoints.strategy" : "All",
>     
>     "queueProvider.target" : "(name=sjh)",
>     "queueDistributionStrategy.target": "(name=error)",
>     "transportAuthenticationProvider.target" : "(name=publishAdmin)"
> }
> {code}
> {code}
> {
>     "jcr:primaryType": "sling:OsgiConfig",
>     "name": "reverse",
>     "serviceName" : "replicationService",
>     "packageBuilder.type" : "vlt",
>     "queueProvider.target" : "(name=sjh)",
>     "queueDistributionStrategy": "(name=error)",
>     "trigger0": [
>         "type=jcrEvent",
>         "path=/content/usergenerated",
>         "servicename=replicationService"
>     ]
> }
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)