2 Replies Latest reply on Jun 2, 2005 5:22 AM by luc.texier

    jms connection factory doesn't appear in global JNDI namespa

    johnv

      My jms-ds.xml has:

      <tx-connection-factory>
      <jndi-name>jms/foo/FOO_QUEUE</jndi-name>
      ....
      ....
      </tx-connection-factory>

      In the JMX Console - JNDI View - list() this appears under java: Namespace as:

      +- jms (class: org.jnp.interfaces.NamingContext)
      | +- foo (class: org.jnp.interfaces.NamingContext)
      | | +- FOO_QUEUE (class: org.jboss.resource.adapter.jms.JmsConnectionFactoryImpl)
      +- ConnectionFactory (class: org.jboss.mq.SpyConnectionFactory)


      It does not appear at all under Global JNDI Namespace. Thus it is bound as java:jms/foo/FOO_QUEUE. I need it to be bound to just jms/foo/FOO_QUEUE which is, after all, the specified <jndi-name>

      How do I get this to appear under the global JNDI namespace?


      Thanks.