You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2017/11/07 09:30:17 UTC

[sling-org-apache-sling-distribution-sample] 35/42: SLING-4009: making multiple queue delivery option explicit via osgi config

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 10bbfbe8675afc8f63cb9ee9cfa1660412c5ce52
Author: Marius Petria <mp...@apache.org>
AuthorDate: Thu Jan 8 08:45:15 2015 +0000

    SLING-4009: making multiple queue delivery option explicit via osgi config
    
    git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/contrib/extensions/distribution/sample@1650232 13f79535-47bb-0310-9956-ffa450edef68
---
 ...ion.agent.impl.ForwardDistributionAgentFactory-publish-multiple.json | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/main/resources/SLING-CONTENT/libs/sling/distribution/install.author/publish-multiple/org.apache.sling.distribution.agent.impl.ForwardDistributionAgentFactory-publish-multiple.json b/src/main/resources/SLING-CONTENT/libs/sling/distribution/install.author/publish-multiple/org.apache.sling.distribution.agent.impl.ForwardDistributionAgentFactory-publish-multiple.json
index 50125f3..5dcfcb6 100644
--- a/src/main/resources/SLING-CONTENT/libs/sling/distribution/install.author/publish-multiple/org.apache.sling.distribution.agent.impl.ForwardDistributionAgentFactory-publish-multiple.json
+++ b/src/main/resources/SLING-CONTENT/libs/sling/distribution/install.author/publish-multiple/org.apache.sling.distribution.agent.impl.ForwardDistributionAgentFactory-publish-multiple.json
@@ -11,6 +11,8 @@
 
     "transportSecretProvider.target" : "(name=publishAdmin)",
 
+    "useMultipleQueues" : true,
+
     "packageImporter.endpoints" : [
         "endpoint1=http://localhost:4503/libs/sling/distribution/services/importers/default",
         "endpoint2=http://localhost:4503/libs/sling/distribution/services/importers/defaultbadaddress"

-- 
To stop receiving notification emails like this one, please contact
"commits@sling.apache.org" <co...@sling.apache.org>.