Github user jbertram commented on the issue:
https://github.com/apache/activemq-artemis/pull/2465
This does appear to be the simplest solution to a complex issue. Could you
use the
`org.apache.activemq.artemis.jms.client.ActiveMQConnection#JMS_SESSION_CLIENT_ID_PROPERTY`
constant instead of straight "jms-client-id"? You'll need to add a new
dependency on the `artemis-server` pom.xml for `artemis-jms-client`.---
