[
https://issues.apache.org/jira/browse/ARTEMIS-1030?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16346197#comment-16346197
]
ASF GitHub Bot commented on ARTEMIS-1030:
-----------------------------------------
Github user gaohoward commented on a diff in the pull request:
https://github.com/apache/activemq-artemis/pull/1815#discussion_r164944682
--- Diff: docs/user-manual/en/protocols-interoperability.md ---
@@ -215,9 +215,11 @@ The first is the 5.x style destination filter that
identifies the destination as
The second identifies the number of ```paths``` that identify the consumer
queue such that it can be parsed from the
destination.
For example, the default 5.x virtual topic with consumer prefix of
```Consumer.*.```, would require a
-```virtualTopicConsumerWildcards``` filter of:
+```virtualTopicConsumerWildcards``` filter of ```Consumer.*.>;2```. As url
parameter this transforms to ```Consumer.*.%3E%3B2``` when
+the url significant characters ```;,``` are escaped with their hex code
points.
--- End diff --
should there be ```>;``` instead of ```;,```?
> Support equivilent ActiveMQ 5.x Virtual Topic Naming Abilities
> --------------------------------------------------------------
>
> Key: ARTEMIS-1030
> URL: https://issues.apache.org/jira/browse/ARTEMIS-1030
> Project: ActiveMQ Artemis
> Issue Type: New Feature
> Reporter: Martyn Taylor
> Assignee: Gary Tully
> Priority: Major
> Fix For: 2.5.0
>
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)