One line of code change was required in the client to allow for the fact that no
"ConnectionFactory" object was registered in JNDI.
Properties p = new Properties();
p.setProperty("java.naming.factory.initial","com.tibco.tibjms.naming.TibjmsInitialContextFactory");
p.setProperty("java.naming.provider.url","localhost");
InitialContext iniCtx = new InitialContext(p);
Object tmp = iniCtx.lookup("XAQueueConnectionFactory");
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3965143#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...