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.


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to