collection.setProperty(MessageBoxConstants.SQS_QUEUE_ATTRIBUTE_CREATED_TIMESTAMP,
Long.toString(System.currentTimeMillis()));
userRegistry.put(getMessageBoxResourcePath(owner, name), collection);
} catch (RegistryException e) {
throw new MessageBoxException("Can not create a new registry collection ", e);
}
}