1 Reply Latest reply on Jul 18, 2009 1:03 AM by ron_sigal

    Creating my own jms connection factories

      Hi All,

      I am using JBoss 4.2.3. I want to do a lookup to JMS ConnectionFactory remotely. It is seen that by default JBoss provides two factories ConnectionFactory and XAConnectionFactory. In addition to these if I add my own ConnectionFactories and give my jndi name eg (in uil2-service.xml):

      jms/BLConnectionFactoryXA
      jms/BLConnectionFactoryXA
      java:/jms/BLConnectionFactoryXA
      jboss:service=Naming


      I am not able to lookup this from client using the JNDI name :
      jms/BLConnectionFactoryXA.

      Can anyone provide me some info how to add my own connection factories?

      Thanks in advance,
      Subhash