部署ActiveMQ的时候报错,信息如下:Error creating bean with name 'org.apache.activemq.xbean.XBeanBrokerService#0' definedin class path resource [activemq.xml]: Invocation of init method failed; nested exception is java.net.URISyntaxExceptionmaximumConnections=1000&wireForm
import org.apache.activemq.artemis.core.server.ServerConsumer;import org.apache.activemq.artemis.core.server.plugin.ActiveMQServerPlugin;
public class AuthorPlugin
java.net.URISyntaxException: Illegal character in hostname at index 7: ws://VM_0_10_centos:61614?maximumConnections=1000&wireFormat.maxFrameSize=104857600 at java.net.URI$Parser.parseHostname(URI.java:3387)[:1.8.0_231]
at java.ne