[jboss-user] [JBoss Messaging] - Re: JNDI lookup failed for QueueSender program

gaohoward do-not-reply at jboss.com
Thu Feb 12 00:06:58 EST 2009


you should look for connection-factories-service.xml, this file can configure JNDI name mappings for a connection factory. The default names are:

/ConnectionFactory
/XAConnectionFactory

So you can try to look up using one of them, like:

queueConnectionFactory = (QueueConnectionFactory) jndiContext
			.lookup("/ConnectionFactory");


View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4209340#4209340

Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4209340



More information about the jboss-user mailing list