_logger.warn("Auto Creating InVM Broker on port:" + port);
createVMBroker(port);
}
else
{
throw new AMQVMBrokerCreationException(null, port, "VM Broker on port " + port
+ " does not exist. Auto create disabled.", null);
}
}
else
{
throw new AMQVMBrokerCreationException(null, port, "VM Broker on port " + port
+ " does not exist. Auto create disabled.", null);
}
}
}