Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
2.3.0
-
None
Description
Using Artemis as an embedded MQTT broker, having two instances in the same JVM doesn't work.
The root cause for that is that Artemis seems to track client IDs in a static collection and thus it is not possible for two clients, with the same client ID, to connect to these two instances at the same time.
This is related to ARTEMIS-1218
Attachments
Issue Links
- is related to
-
ARTEMIS-1218 Add support for MQTT "link stealing" (MQTT-3.1.4-2)
- Resolved
- links to