mirror of
https://github.com/apache/activemq-artemis.git
synced 2025-02-21 01:15:50 +00:00
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…
x
Reference in New Issue
Block a user