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

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

                Author: ASF GitHub Bot
            Created on: 15/Jul/24 14:56
            Start Date: 15/Jul/24 14:56
    Worklog Time Spent: 10m 
      Work Description: cshannon commented on code in PR #1258:
URL: https://github.com/apache/activemq/pull/1258#discussion_r1677968970


##########
activemq-console/src/main/java/org/apache/activemq/console/command/StoreExportCommand.java:
##########
@@ -24,7 +24,7 @@
 import java.util.List;
 
 /**
- * @author <a href="http://hiramchirino.com";>Hiram Chirino</a>
+ * @author Matt Pavlovich <[email protected]>

Review Comment:
   The author tag still needs to be removed





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

    Worklog Id:     (was: 925943)
    Time Spent: 1.5h  (was: 1h 20m)

> Support exporting kahadb messages from a queue with an offset
> -------------------------------------------------------------
>
>                 Key: AMQ-9484
>                 URL: https://issues.apache.org/jira/browse/AMQ-9484
>             Project: ActiveMQ Classic
>          Issue Type: New Feature
>            Reporter: Matt Pavlovich
>            Assignee: Matt Pavlovich
>            Priority: Minor
>             Fix For: 6.2.0
>
>          Time Spent: 1.5h
>  Remaining Estimate: 0h
>
> Support exporting and pulling messages from a MessageStore with an offset, to 
> prevent loading _every_ message into memory (and subsequent required gc). 
> For example, if a user wants to export the last message from a queue with 
> 1,000 messages, they can scan over the index skipping most messages vs 
> loading all messages into memory to get to the last message.



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