1 Reply Latest reply on May 5, 2003 5:20 PM by adrian.brock

    jndi question

    bautisma

      I am trying to deploy a bean on a JBoss server that will connect to an MQSeries queue on a different server. How do I store all the MQSeries jndi lookup information (ConnectionFactory, Queue, ...) so that my bean can access it. Is there a way to set it up on the jboss server or do I include it in the jboss.xml file that I will be deploying with my bean