ClientQueueProperty prop = this.connectQos.getClientQueueProperty();
StorageId storageId = createStorageId(Constants.RELATING_CLIENT);
this.clientQueue = glob.getQueuePluginManager().getPlugin(prop.getType(), prop.getVersion(), storageId,
this.connectQos.getClientQueueProperty());
if (this.clientQueue == null) {
String text = "The client queue plugin is not found with this configuration, please check your connect QoS: " + prop.toXml();
throw new XmlBlasterException(glob, ErrorCode.USER_CONFIGURATION, ME, text);
}
if (this.msgErrorHandler == null) {
this.msgErrorHandler = new ClientErrorHandler(glob, this);