ARTEMIS-1589 ActiveMQProtonRemotingConnection#getClientID() now returns remote client Id instead of server client Id
This commit is contained in:
parent
addfef2196
commit
3334863e81
|
@ -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