ARTEMIS-1264 - fix amqp regression by supplying the remoting connection to the security manager
This commit is contained in:
parent
e07d40ce68
commit
004753cc53
|
@ -156,7 +156,7 @@ public class ProtonServerReceiverContext extends ProtonInitializable implements
|
|||
|
||||
@Override
|
||||
public RemotingConnection getRemotingConnection() {
|
||||
return null;
|
||||
return connection.connectionCallback.getProtonConnectionDelegate();
|
||||
}
|
||||
});
|
||||
} catch (ActiveMQSecurityException e) {
|
||||
|
|
Loading…
Reference in New Issue