You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "Gary Tully (JIRA)" <ji...@apache.org> on 2018/01/24 14:34:00 UTC

[jira] [Comment Edited] (ARTEMIS-550) Add support for virtual topic consumers

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

Gary Tully edited comment on ARTEMIS-550 at 1/24/18 2:33 PM:
-------------------------------------------------------------

[~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.
There is a pr with a test and the relevant documentation update: 
https://github.com/apache/activemq-artemis/pull/1815


was (Author: gtully):
[~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)