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 6d442b4b74922e9b36fa104aafce6c94f0c1cfd2 Author: Marius Petria <[email protected]> AuthorDate: Fri Oct 31 08:50:10 2014 +0000 SLING-4120: cleaned ReplicationQueueProvider of quueue creation/deletion semantics git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/contrib/extensions/replication/sample@1635725 13f79535-47bb-0310-9956-ffa450edef68 --- ...rg.apache.sling.event.jobs.QueueConfiguration-replication.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/main/resources/SLING-CONTENT/libs/sling/replication/install/org.apache.sling.event.jobs.QueueConfiguration-replication.json b/src/main/resources/SLING-CONTENT/libs/sling/replication/install/org.apache.sling.event.jobs.QueueConfiguration-replication.json new file mode 100644 index 0000000..a75062b --- /dev/null +++ b/src/main/resources/SLING-CONTENT/libs/sling/replication/install/org.apache.sling.event.jobs.QueueConfiguration-replication.json @@ -0,0 +1,8 @@ +{ + "jcr:primaryType" : "sling:OsgiConfig", + "queue.name" : "org/apache/sling/replication/queue/{0}", + "queue.retries" : "-1", + "queue.topics": "org/apache/sling/replication/queue/*", + "queue.type" : "ORDERED" +} + -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
