[jboss-user] [Messaging, JMS & JBossMQ] - Re: JMSException while initializing DLQHandler

mschwarz do-not-reply at jboss.com
Tue Jan 30 07:31:59 EST 2007


Got it:

Finally the problem could be solved by commenting a HAJNDI block in the server/default/deploy/jms/jms-ds.xml .

<!-- Uncomment to use HAJNDI to access JMS -->

   java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory
   java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces
   java.naming.provider.url=localhost:1100


Since we are using ActiveMQ to archive overall messaging this block seems obsolete anyway.

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

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



More information about the jboss-user mailing list