[jboss-user] [Messaging, JMS & JBossMQ] - Differences between ConnFactories "UIL2ConnectionFactory" an
thoste
do-not-reply at jboss.com
Fri May 18 04:51:13 EDT 2007
I found different samples and recommendations for different QueueConnectionFactory creations e.g.
QueueConnectionFactory qcf =
(QueueConnectionFactory) ctx.lookup("UIL2ConnectionFactory");
or
QueueConnectionFactory qcf =
(QueueConnectionFactory) ctx.lookup("jms/QueueConnectionFactory");
What are the differences ?
Is one the succesor of the other ?
Is one JBoss specific ?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4046730#4046730
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4046730
More information about the jboss-user
mailing list