MessageSeqId.newBuilder(msg.getMsgId()).addRemoteComponents(
RegionSpecificSeqId.newBuilder().setRegion(
msg.getSrcRegion()).setSeqId(
msg.getMsgId().getLocalComponent())));
}
pm.persistMessage(new PersistRequest(topic, msg, new Callback<Long>() {
@Override
public void operationFinished(Object ctx, Long resultOfOperation) {
if (LOGGER.isDebugEnabled())
LOGGER.debug("[" + myRegion.toStringUtf8() + "] cross-region recv-fwd succeeded for topic "
+ topic.toStringUtf8());