RWLockEventQueueDecorator _queueAdapter =
(RWLockEventQueueDecorator) messageQueueMap_.get(_key);
MessageQueueAdapter _newQueue = getMessageQueueFactory().newMessageQueue(qosSettings_);
_queueAdapter.replaceDelegate(_newQueue);
}
} catch (InterruptedException e)
{
throw new RuntimeException(e.toString());