You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by Spaction <gi...@git.apache.org> on 2017/11/03 15:07:49 UTC

[GitHub] activemq-artemis issue #1290: ARTEMIS-1182: Add / Port in support for JNDIRe...

Github user Spaction commented on the issue:

    https://github.com/apache/activemq-artemis/pull/1290
  
    This still does not work correctly.
    Things need to extend the JNDIStorable object in order for the factory to work.
    
    It would seems the concept of this was with the JNDIBaseStorable(https://activemq.apache.org/maven/apidocs/org/apache/activemq/jndi/JNDIBaseStorable.html) object of ActiveMQ which has 2 subclasses: ActiveMQConnectionFactory, ActiveMQDestination
    
    For this to correctly work i believe the 2 subclasses on Artemis's side needs to extend the JNDIStorable object.



---