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/10/15 16:42:35 UTC

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

Marius Petria created SLING-4060:
------------------------------------

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


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)