Github user clebertsuconic commented on a diff in the pull request:
https://github.com/apache/activemq-artemis/pull/2246#discussion_r209658818
--- Diff:
artemis-jms-client/src/main/java/org/apache/activemq/artemis/jms/client/ActiveMQConnection.java
---
@@ -673,12 +673,16 @@ protected final void checkClosed() throws
JMSException {
}
}
- public void authorize() throws JMSException {
+ public void authorize(boolean validateClientId) throws JMSException {
--- End diff --
@michaelandrepearce that's internal API though
---