activemq-artemis/artemis-core-client
Justin Bertram 446ff61542
ARTEMIS-3770 refactor MQTT handling of client ID
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.
2022-05-09 14:51:06 -05:00
..
src ARTEMIS-3770 refactor MQTT handling of client ID 2022-05-09 14:51:06 -05:00
pom.xml [maven-release-plugin] prepare for next development iteration 2022-04-27 17:26:46 -04:00