You are viewing a plain text version of this content. The canonical link for it is here.
Posted to gitbox@activemq.apache.org by GitBox <gi...@apache.org> on 2021/09/28 18:28:12 UTC

[GitHub] [activemq-artemis] AntonRoskvist commented on pull request #3776: ARTEMIS-3501 Added exception handling on #handleAddMessage to not sto…

AntonRoskvist commented on pull request #3776:
URL: https://github.com/apache/activemq-artemis/pull/3776#issuecomment-929515755


   At least in my case I end up in #handleNoMessageReferences (from AbstractJournalStorageManager) and the message is removed by:
   storageManager.deleteMessage(msg.getMessageID());
   
   And the following log:
   AMQ221019: Deleting unreferenced message id=$MESSAGEID from the journal
   


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