if (wantedFailBack && !packet.isServerToFailBack())
{
HornetQServerLogger.LOGGER.autoFailBackDenied();
}
final JournalContent journalContent = SyncDataType.getJournalContentType(packet.getDataType());
final Journal journal = journalsHolder.get(journalContent);
if (packet.getNodeID() != null)
{
// At the start of replication, we still do not know which is the nodeID that the live uses.