You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2021/10/19 05:01:00 UTC

[jira] [Work logged] (ARTEMIS-3523) Expose replay through AddressControl

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

ASF GitHub Bot logged work on ARTEMIS-3523:
-------------------------------------------

                Author: ASF GitHub Bot
            Created on: 19/Oct/21 05:00
            Start Date: 19/Oct/21 05:00
    Worklog Time Spent: 10m 
      Work Description: nbrendah opened a new pull request #3801:
URL: https://github.com/apache/activemq-artemis/pull/3801


   I have tried to refactor the ActiveMQServer method replay(address, .....)  on the ActiveMQServerControl such it should just call server.replay(this.address, .....)
   
   cc @clebertsuconic
   
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: gitbox-unsubscribe@activemq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


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

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

> Expose replay through AddressControl
> ------------------------------------
>
>                 Key: ARTEMIS-3523
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-3523
>             Project: ActiveMQ Artemis
>          Issue Type: Improvement
>            Reporter: Clebert Suconic
>            Priority: Major
>              Labels: easy
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> Currently there is a method replay on ActiveMQServer with the following signature:
> replay(address, .....)
> it should be a lot easier for our users to implement a method replay on the ActiveMQServerControl
> such method should just call server.replay(this.address, .....)



--
This message was sent by Atlassian Jira
(v8.3.4#803005)