Skip to content

Commit

Permalink
ARTEMIS-1264 - fix amqp regression by supplying the remoting connecti…
Browse files Browse the repository at this point in the history
…on to the security manager
  • Loading branch information
gtully committed Jul 7, 2017
1 parent e07d40c commit 004753c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ public String getPassword() {

@Override
public RemotingConnection getRemotingConnection() {
return null;
return connection.connectionCallback.getProtonConnectionDelegate();
}
});
} catch (ActiveMQSecurityException e) {
Expand Down

0 comments on commit 004753c

Please sign in to comment.