You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "Marius Petria (JIRA)" <ji...@apache.org> on 2015/10/15 13:06:05 UTC

[jira] [Commented] (SLING-5150) Allow configuration of selective queues for forward and queue agents.

    [ https://issues.apache.org/jira/browse/SLING-5150?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14958737#comment-14958737 ] 

Marius Petria commented on SLING-5150:
--------------------------------------

Committed revision 1708787.


> 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
>
> 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)