You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by tm...@apache.org on 2022/09/22 12:33:59 UTC

[sling-org-apache-sling-distribution-core] branch master updated: SLING-11579 Error Distribution queue is not getting created on forward agent creation (#62)

This is an automated email from the ASF dual-hosted git repository.

tmaret pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-distribution-core.git


The following commit(s) were added to refs/heads/master by this push:
     new 98a9dd50 SLING-11579 Error Distribution queue is not getting created on  forward agent creation (#62)
98a9dd50 is described below

commit 98a9dd50f0466cb43e4de845f1ffc7323e28e70b
Author: malpani0311 <11...@users.noreply.github.com>
AuthorDate: Thu Sep 22 18:03:54 2022 +0530

    SLING-11579 Error Distribution queue is not getting created on  forward agent creation (#62)
---
 .../distribution/agent/impl/ForwardDistributionAgentFactory.java      | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/main/java/org/apache/sling/distribution/agent/impl/ForwardDistributionAgentFactory.java b/src/main/java/org/apache/sling/distribution/agent/impl/ForwardDistributionAgentFactory.java
index b849aec4..be9101b9 100644
--- a/src/main/java/org/apache/sling/distribution/agent/impl/ForwardDistributionAgentFactory.java
+++ b/src/main/java/org/apache/sling/distribution/agent/impl/ForwardDistributionAgentFactory.java
@@ -91,8 +91,8 @@ public class ForwardDistributionAgentFactory extends AbstractDistributionAgentFa
     private static final String PRIORITY_QUEUES = "priorityQueues";
     private static final String QUEUE_PROVIDER = "queue.provider";
     private static final String ASYNC_DELIVERY = "async.delivery";
-    private static final String RETRY_STRATEGY = "retry.attempt";
-    private static final String RETRY_ATTEMPTS = "retry.strategy";
+    private static final String RETRY_STRATEGY = "retry.strategy";
+    private static final String RETRY_ATTEMPTS = "retry.attempts";
     private static final String IMPORTER_ENDPOINTS = "packageImporter.endpoints";
     private static final String HTTP = "http.conn.timeout";