Github user clebertsuconic commented on the issue:
https://github.com/apache/activemq-artemis/pull/875
@rlodge you can have as many consumers you like on a QueueSubscription
with Artemis.
You can limite the client-id if you like, but you can also bypass that.
The only use case I can see for artemis with Virtual topics is migration
case... users migrating to artemis without changing code.. but I want to make
sure I understand the requirements. What is needed? Route the virtual queue to
another existing core queue? if that's the case it's pretty simple
implementation. (I guess you would have most of what is needed on this PR)?
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---