| Author |
connectionfactory not bound exception
|
Ranjani Sivaraman
Greenhorn
Joined: May 29, 2012
Posts: 6
|
|
hi
im getting javax.naming.NameNotFoundException: connectionFactory not bound
im trying sample jms example from net..
I have configured my queue in hornetq-jms.xml in deploy/hornetq folder.
im using jboss-6.0.0.Final
exception thrown in this line from sender.java file
QueueConnectionFactory connFactory = (QueueConnectionFactory) ctx. lookup("connectionFactory");
suggest why connectionfactory not bound error is coming???
Do i need to configure any other ?
|
 |
Jaikiran Pai
Marshal
Joined: Jul 20, 2005
Posts: 8209
|
|
That should be:
P.S: Case is important too.
|
[My Blog] [JavaRanch Journal]
|
 |
 |
|
|
subject: connectionfactory not bound exception
|
|
|