"PeterJ" wrote : Look it up in JNDI:
|
| Context initial = new InitialContext();
| ConnectionFactory cf =
(ConnectionFactory)initial.lookup("ConnectionFactory");
|
I know how to look it up in my EJB , in websphere i would just go to the admin console,
click resouces ->JMS and add a new queue Connection factory to the server. Please how
can i add a Queue Connection Factory to Jboss Server
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4120664#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...