break;
}
}
//Put object to its designated consumer map
Object[] consumerObj = consumerMap.keySet().toArray();
for (int j = 0; j < consumerObj.length; j++) {
String cMapKey = (String)consumerObj[j];
Map cMapVal = (LinkedHashMap)consumerMap.get(consumerObj[j]);
if (cMapKey.equals(ConsumerName)) {
cMapVal.put(new Integer(seqVal), (ProducerName + "/" + ProducerSeqID));