jbertram opened a new pull request, #4021:
URL: https://github.com/apache/activemq-artemis/pull/4021

   It would be useful for security manager implementations to be able to
   alter the client ID of MQTT connections.
   
   This commit supports this functionality by moving the code which handles
   the client ID *ahead* of the authentication code. There it sets the
   client ID on the connection and thereafter any component (e.g. security
   managers) which needs to inspect or modify it can do so on the
   connection.
   
   This commit also refactors the MQTT connection class to extend the
   abstract connection class. This greatly simplifies the MQTT connection
   class and will make it easier to maintain in the future.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to