JournalStorageManager.
void storeDelete(long messageID) throws Exception;
void storeDeleteMessageTransactional(long txID, long queueID, long messageID) throws Exception;
Why do we need the queue id when storing a delete transactionally? We don't need it when deleting non transactioally.