A machine has connected to solace, and I want another machine to connect, but it alerts the Exception as below:
org.eclipse.paho.client.mqttv3.internal.ExceptionHelper.createMqttException(ExceptionHelper.java:28)
org.eclipse.paho.client.mqttv3.internal.ClientState.notifyReceivedAck(ClientState.java:885)
org.eclipse.paho.client.mqttv3.internal.CommsReceiver.run(CommsReceiver.java:118) java.lang.Thread.run(Unknown Source)
If I disconnect one machine,the another machine could connect. Whether only one machine can be connected default? If so, how to set it so that many machines are able to connect.