I have test setInstanceName . If not set, the instanceName is pid ,
If not set the instanceName , A JVM have start two consumer client with diffirent groupName, but the inner
client is the same , the connection is the same .
MQClientManager is singleton , if not setInstanceName , so get getAndCreateMQClientInstance is use the same one
So @Ah39 would you please clarify your problem or what error occur? it is a by-design behavior to use the same client instance if not setting the instance name (i.e. using 'DEFAULT' name) . thanks
Most helpful comment
So @Ah39 would you please clarify your problem or what error occur? it is a by-design behavior to use the same client instance if not setting the instance name (i.e. using 'DEFAULT' name) . thanks