This closes #1773
This commit is contained in:
commit
f1608d724a
|
@ -173,7 +173,7 @@ public class ActiveMQProtonRemotingConnection extends AbstractRemotingConnection
|
|||
|
||||
@Override
|
||||
public String getClientID() {
|
||||
return amqpConnection.getContainer();
|
||||
return amqpConnection.getRemoteContainer();
|
||||
}
|
||||
|
||||
public void open() {
|
||||
|
|
Loading…
Reference in New Issue