[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[GitHub] activemq-artemis issue #2465: ARTEMIS-2130 - This is to allow views to have ...
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`.
---