This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to annotated tag org.apache.sling.distribution.sample-0.1.0 in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-distribution-sample.git
commit f9e18f3cf06a3cd748b9de04e48bae3732acd1b6 Author: Tommaso Teofili <[email protected]> AuthorDate: Thu Oct 2 09:47:24 2014 +0000 SLING-3992 - added coordinating agent(factory), fixed some defaults (scheduling,remote polling) git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/contrib/extensions/replication/sample@1628917 13f79535-47bb-0310-9956-ffa450edef68 --- ...oordinatingReplicationAgentFactory-pubsync.json | 42 ++++++++++++++++++++++ 1 file changed, 42 insertions(+) diff --git a/src/main/resources/SLING-CONTENT/libs/sling/replication/install.author/org.apache.sling.replication.agent.impl.CoordinatingReplicationAgentFactory-pubsync.json b/src/main/resources/SLING-CONTENT/libs/sling/replication/install.author/org.apache.sling.replication.agent.impl.CoordinatingReplicationAgentFactory-pubsync.json new file mode 100644 index 0000000..f45df35 --- /dev/null +++ b/src/main/resources/SLING-CONTENT/libs/sling/replication/install.author/org.apache.sling.replication.agent.impl.CoordinatingReplicationAgentFactory-pubsync.json @@ -0,0 +1,42 @@ +{ + "jcr:primaryType": "sling:OsgiConfig", + "name": "pubsync", + "type": "coordinating", + "enabled" : false, + + "packageExporter": [ + "authenticationProvider/type=service", + "authenticationProvider/name=publishAdmin", + + "packageBuilder/type=vlt", + "packageBuilder/servicename=replicationService", + + "endpoints[0]=http://localhost:4503/libs/sling/replication/services/exporters/reverse", + "endpoints[1]=http://localhost:4504/libs/sling/replication/services/exporters/reverse", + "endpoints[2]=http://localhost:4505/libs/sling/replication/services/exporters/reverse", + "endpoints.strategy=All" + ], + + "packageImporter": [ + "authenticationProvider/type=service", + "authenticationProvider/name=publishAdmin", + + "packageBuilder/type=vlt", + "packageBuilder/servicename=replicationService", + + "endpoints[0]=http://localhost:4503/libs/sling/replication/services/importers/default", + "endpoints[1]=http://localhost:4504/libs/sling/replication/services/importers/default", + "endpoints[2]=http://localhost:4505/libs/sling/replication/services/importers/default", + "endpoints.strategy=All" + ], + + "queueProvider": [ + "type=service", + "name=sjh" + ], + + "queueDistributionStrategy": [ + "type=service", + "name=error" + ] +} \ No newline at end of file -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
