[
https://issues.apache.org/jira/browse/SLING-4060?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Marius Petria resolved SLING-4060.
----------------------------------
Resolution: Fixed
Fix Version/s: Content Distribution 0.1.0
> 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: Distribution
> Reporter: Marius Petria
> Assignee: Marius Petria
> Fix For: Content Distribution 0.1.0
>
>
> 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)