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.4 in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-distribution-sample.git
commit a4697c02c7cbf9436a3dac575b559687efa4af35 Author: Marius Petria <[email protected]> AuthorDate: Thu Oct 15 10:58:54 2015 +0000 SLING-5150: use selective queues for forward and queue agents git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/contrib/extensions/distribution/sample@1708787 13f79535-47bb-0310-9956-ffa450edef68 --- ...dDistributionAgentFactory-publish-selective.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/src/main/resources/SLING-CONTENT/libs/sling/distribution/install.author/publish-selective/org.apache.sling.distribution.agent.impl.ForwardDistributionAgentFactory-publish-selective.json b/src/main/resources/SLING-CONTENT/libs/sling/distribution/install.author/publish-selective/org.apache.sling.distribution.agent.impl.ForwardDistributionAgentFactory-publish-selective.json new file mode 100644 index 0000000..7147db8 --- /dev/null +++ b/src/main/resources/SLING-CONTENT/libs/sling/distribution/install.author/publish-selective/org.apache.sling.distribution.agent.impl.ForwardDistributionAgentFactory-publish-selective.json @@ -0,0 +1,21 @@ +{ + "jcr:primaryType": "sling:OsgiConfig", + + "name": "publish-selective", + + "serviceName" : "distributionService", + + "selectiveQueues": ["news|publisher.*=/content/news.*"], + + "useMultipleQueues" : true, + + "requestAuthorizationStrategy.target" : "(name=privilegeRead)", + + "packageBuilder.target": "(name=vlt)", + + "transportSecretProvider.target" : "(name=publishAdmin)", + + "packageImporter.endpoints": [ + "publisher1=http://localhost:4503/libs/sling/distribution/services/importers/default" + ] +} \ No newline at end of file -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
