for (int i = 0; i < subtopicList.size(); i++)
testProducerSubtopic(dest, (String) subtopicList.get(i));
}
// override TTL if there was one specifically configured for this destination
ServerSettings destServerSettings = dest.getServerSettings();
if (destServerSettings.getMessageTTL() >= 0)
message.setTimeToLive(destServerSettings.getMessageTTL());
long start = 0;
if (Log.isDebug())
start = System.currentTimeMillis();