0 Replies Latest reply on Jan 12, 2015 11:47 AM by eslocum

    JBoss EAP-6.2.0 Remote JNDI - JMS Configuration Issue

    eslocum

      I have 4 JBoss servers, JBossA, JBossB, JBossC and JbossD.

      JbossA has a JMS definition using the "hornetq-server"

      i.e.

      <subsystem xmlns="urn:jboss:domain:messaging:1.4">

         <hornetq-server>

              ...

         </hornetq-server>

      </subsystem>

       

      The JMS logic / functionality is working when accessed locally, when using a lookup via InitialContext().

      In order to have servers B, C, and D to refer to the same JMS instance, I need to permit remote connections to server JBossA.

       

      I'm having a tough time finding reference information on how to initialize a JNDI lookup port (ideally 1099) and bind the JMS Factory to that entry.

      Can anyone help or point me in the right direction for this version of Jboss?

       

      Thanks in advance.