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
Hi Subhash,
You should post this question on the "JBoss Messaging" forum: http://www.jboss.org/index.html?module=bb&op=viewforum&f=238.
-Ron