[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Creating Queue Connection Factory
PeterJ
do-not-reply at jboss.com
Tue Jan 15 17:45:00 EST 2008
Look it up in JNDI:
Context initial = new InitialContext();
ConnectionFactory cf = (ConnectionFactory)initial.lookup("ConnectionFactory");
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4120253#4120253
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4120253
More information about the jboss-user
mailing list