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

ASF GitHub Bot logged work on AMQ-8323:
---------------------------------------

                Author: ASF GitHub Bot
            Created on: 17/Mar/25 08:45
            Start Date: 17/Mar/25 08:45
    Worklog Time Spent: 10m 
      Work Description: kenliao94 opened a new pull request, #1412:
URL: https://github.com/apache/activemq/pull/1412

   This design doc proposes design and implementation approach for supporting 
shared subscription in ActiveMQ Classic. It is one of the remaining Jakarta 
Messaging 3.1 features. Note, this design is co-authored with @pa-deasy 




Issue Time Tracking
-------------------

            Worklog Id:     (was: 961982)
    Remaining Estimate: 0h
            Time Spent: 10m

> Implement JMS 2.0 Shared topic consumer methods
> -----------------------------------------------
>
>                 Key: AMQ-8323
>                 URL: https://issues.apache.org/jira/browse/AMQ-8323
>             Project: ActiveMQ Classic
>          Issue Type: New Feature
>            Reporter: Matt Pavlovich
>            Assignee: Matt Pavlovich
>            Priority: Major
>              Labels: #jms2
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> {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)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact


Reply via email to