String key = receiver.substring(pos).trim();
I_ReplSlave slave = null;
synchronized(this.replSlaveMap) {
slave = (I_ReplSlave)this.replSlaveMap.get(key);
}
slave.onDeadLetter(qos.getClientProperties());
return "OK";
}
/**
* It receives events from all ReplicationConverter instances which want to register themselves for