clebertsuconic commented on pull request #3580:
URL: https://github.com/apache/activemq-artemis/pull/3580#issuecomment-841597351


   @michaelandrepearce that's happening on the JournalstorageManager::pageWrite
   
   
https://github.com/clebertsuconic/activemq-artemis/blob/backup-journal/artemis-server/src/main/java/org/apache/activemq/artemis/core/persistence/impl/journal/JournalStorageManager.java#L410-L427
   
   
   I'm using the storeAddEvent, using the same record type as the Add Message 
and addRef.
   
   Basically if you recover a message from the "paging area" it will come back 
to the journal. 
   
   
   
   (at least for now).
   
   We could use the same to write to Paging.. or simply do the route to 
whatever is the best at the time of recovering. But at this version this is 
always coming back to the journal no matter where it came from.


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

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


Reply via email to