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

Gary Tully commented on ARTEMIS-550:
------------------------------------

[~graben] I peeked some more - it is not ideal but url escaping is what is 
needed. Both > and ; are significant but can be escaped with there %<hex code 
point>, such that
  virtualTopicConsumerWildcards=Consumer.*.>;2
transforms to:
 virtualTopicConsumerWildcards=Consumer.*.%3E%3B2

It does loose comprehension if one is not aware of the escaping.

> Add support for virtual topic consumers
> ---------------------------------------
>
>                 Key: ARTEMIS-550
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-550
>             Project: ActiveMQ Artemis
>          Issue Type: Improvement
>          Components: Broker
>    Affects Versions: 1.3.0
>            Reporter: Benjamin Graf
>            Assignee: Martyn Taylor
>            Priority: Major
>
> Artemis should support virtual topic consumers as alternative to topic 
> subscriptions as ActiveMQ itself does.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to