cshannon commented on PR #1377:
URL: https://github.com/apache/activemq/pull/1377#issuecomment-2611276723

   The biggest issue I see is if you are trying to do "online" backups, every 
time you are calling recover messages you are messing with the internal state 
of the queue if you are hopping around to select certain messages. You could 
avoid this by using a different MessageOrderCursor 
https://github.com/apache/activemq/blob/a4a42277d1b69273652d8cb1e326ff90f4ad1399/activemq-kahadb-store/src/main/java/org/apache/activemq/store/kahadb/MessageDatabase.java#L3989
 


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


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