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)

Reply via email to