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

ASF GitHub Bot commented on ARTEMIS-550:
----------------------------------------

Github user mtaylor commented on the issue:

    https://github.com/apache/activemq-artemis/pull/875
  
    With regards to the general Virtual Topics use case.  We're making some 
improvements to the Artemis addressing model.  See 
https://issues.apache.org/jira/browse/ARTEMIS-780.  I think these changes might 
make it easier to use equivilent "shared topic" behaviour.  
    
    It will depend on the protocol you are using as to how this would behave.  
But, you should be able to either get direct access to a pre-configured queue 
and add another consumer on it.  The abilty to reference queues directly is 
something we'll be exposing.
    
    Alternatively, you'll be able to subscribe to the same "durable" 
subscription as another client, by using the same client id (again protocol 
specific here).  For AMQP this would be the container-id, for JMS and STOMP 
client id.


> 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)

Reply via email to