[
https://issues.apache.org/jira/browse/ARTEMIS-550?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15636705#comment-15636705
]
ASF GitHub Bot commented on ARTEMIS-550:
----------------------------------------
Github user andytaylor commented on the issue:
https://github.com/apache/activemq-artemis/pull/875
@rlodge In the core Artemis Broker there is no concept of Topics, they
don't exist. Its just a facade on the client and a small amount of config and
management. The core Broker only understands Addresses and queues, so when a
'JMS topic' is created nothing actually exists. In reality when the client
connects it creates a queue that acts as the subscription. That being the case
adding topic functionality to the core might be the wrong approach, So I am
trying to understand what tthe actual use case is and how it might fit better
into the current core broker concept.
> 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
>
> Artemis should support virtual topic consumers as alternative to topic
> subscriptions as ActiveMQ itself does.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)