Github user mvtorres commented on the issue:
https://github.com/apache/activemq-artemis/pull/2286
This is the config, our app is currently running on jboss 4.3.
<mbean code="org.jboss.naming.ExternalContext"
name="DefaultDomain:service=ExternalContext,jndiName=RemoteJMSJNDI">
<attribute name="JndiName">RemoteJMSJNDI</attribute>
<attribute name="Properties">
java.naming.factory.initial=org.apache.activemq.artemis.jndi.ActiveMQInitialContextFactory
java.naming.provider.url=tcp://localhost:61616?useTopologyForLoadBalancing=false
topic.topic/eventTopic=eventTopic
...
</attribute>
<attribute
name="InitialContext">javax.naming.InitialContext</attribute>
</mbean>
Artemis is running inside docker, with the connector dynamically set to the
docker container ip.
---