[
https://issues.apache.org/jira/browse/ARTEMIS-1391?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16157083#comment-16157083
]
ASF GitHub Bot commented on ARTEMIS-1391:
-----------------------------------------
GitHub user ctron opened a pull request:
https://github.com/apache/activemq-artemis/pull/1520
ARTEMIS-1391: Create a reproducer for this issue
Signed-off-by: Jens Reimann <[email protected]>
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/ctron/activemq-artemis feature/reproducer_1391
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/activemq-artemis/pull/1520.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1520
----
commit 5a1616677efb2f4a0f2c11c5aad669faa5289c8f
Author: Jens Reimann <[email protected]>
Date: 2017-09-07T15:23:09Z
ARTEMIS-1391: Create a reproducer for this issue
Signed-off-by: Jens Reimann <[email protected]>
----
> Embedding two instances of Artemis as MQTT broker doesn't work
> --------------------------------------------------------------
>
> Key: ARTEMIS-1391
> URL: https://issues.apache.org/jira/browse/ARTEMIS-1391
> Project: ActiveMQ Artemis
> Issue Type: Bug
> Components: MQTT
> Affects Versions: 2.1.0
> Reporter: Jens Reimann
>
> 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
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)