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

Matt Pavlovich commented on AMQ-8323:
-------------------------------------

Alternative approach-

TopicSubscriptionStrategy on ConnectionFactory that maps shared durable topic 
subscriptions to queues -- this would allow JMS 2.0 shared durable on any 
ActiveMQ broker version

> Implement JMS 2.0 Shared topic consumer methods
> -----------------------------------------------
>
>                 Key: AMQ-8323
>                 URL: https://issues.apache.org/jira/browse/AMQ-8323
>             Project: ActiveMQ
>          Issue Type: New Feature
>            Reporter: Matt Pavlovich
>            Assignee: Matt Pavlovich
>            Priority: Major
>              Labels: #jms2
>
> {noformat}
>         @Override
>       public MessageConsumer createSharedConsumer(Topic topic, String 
> sharedSubscriptionName) throws JMSException;
>       @Override
>       public MessageConsumer createSharedConsumer(Topic topic, String 
> sharedSubscriptionName, String messageSelector) throws JMSException;
>       @Override
>       public MessageConsumer createSharedDurableConsumer(Topic topic, String 
> name) throws JMSException;
>       @Override
>       public MessageConsumer createSharedDurableConsumer(Topic topic, String 
> name, String messageSelector) throws JMSException;
> {noformat}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to