This closes #3495
This commit is contained in:
commit
15848f317b
|
@ -154,7 +154,7 @@ public final class TopologyMemberImpl implements TopologyMember {
|
|||
|
||||
@Override
|
||||
public String toString() {
|
||||
return "TopologyMember[id = " + nodeId + ", connector=" + connector + ", backupGroupName=" + backupGroupName + ", scaleDownGroupName=" + scaleDownGroupName + "]";
|
||||
return "TopologyMember[id=" + nodeId + ", connector=" + connector + ", backupGroupName=" + backupGroupName + ", scaleDownGroupName=" + scaleDownGroupName + "]";
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -934,7 +934,7 @@ public class ActiveMQConnectionFactory extends JNDIStorable implements Connectio
|
|||
return "ActiveMQConnectionFactory [serverLocator=" + serverLocator +
|
||||
", clientID=" +
|
||||
clientID +
|
||||
", consumerWindowSize = " +
|
||||
", consumerWindowSize=" +
|
||||
getConsumerWindowSize() +
|
||||
", dupsOKBatchSize=" +
|
||||
dupsOKBatchSize +
|
||||
|
@ -942,7 +942,7 @@ public class ActiveMQConnectionFactory extends JNDIStorable implements Connectio
|
|||
transactionBatchSize +
|
||||
", readOnly=" +
|
||||
readOnly +
|
||||
"EnableSharedClientID=" +
|
||||
", EnableSharedClientID=" +
|
||||
enableSharedClientID +
|
||||
"]";
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue