force = Boolean.valueOf(commandLine.getOptionValue("f").trim());
}
defaultMQAdminExt.start();
Map<MessageQueue, Long> offsetTable =
defaultMQAdminExt.resetOffsetByTimestamp(topic, group, timestamp, force);
System.out
.printf(
"rollback consumer offset by specified group[%s], topic[%s], force[%s], timestamp(string)[%s], timestamp(long)[%s]\n",
group, topic, force, timeStampStr, timestamp);