[ 
https://issues.apache.org/jira/browse/SLING-5150?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Marius Petria resolved SLING-5150.
----------------------------------
       Resolution: Fixed
    Fix Version/s: Content Distribution Core 0.1.10

> Allow configuration of selective queues for forward and queue agents.
> ---------------------------------------------------------------------
>
>                 Key: SLING-5150
>                 URL: https://issues.apache.org/jira/browse/SLING-5150
>             Project: Sling
>          Issue Type: Improvement
>          Components: Distribution
>            Reporter: Marius Petria
>            Assignee: Marius Petria
>             Fix For: Content Distribution Core 0.1.10
>
>
> Content on specific paths should be delivered with dedicated queues.
> One currently can define the delivery queues as follows:
> packageImporter.endpoints : ["publisher1=http://...";, "publisher2=http://...";]
> That will create two queues (publisher1, publisher2) that are used to deliver 
> to the specified uris.
> We can extend these queues with dedicated queues using the selectiveQueues 
> property.
> selectiveQueues : ["news|publish.*=/content/news.*"]
> That means extend all matching queues (by regexp publish.*) with prefix 
> "news" for matching content (under /content/news). That will produce to new 
> queues (news-publisher1 and news-publisher2) that will be used whenever news 
> content is delivered. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to