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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...