1 Reply Latest reply on Jan 13, 2004 10:27 AM by adrian.brock

    Remote MDB. DLQ problem

    pep

      Hi I have two JBoss 3.2.1 running on different machines. I'm trying to connect a MDB from server1 to a queue in server2. I've followed the instructions posted in this forum about remote MDB (RemoteMQProvider + invoker-proxy-bindings). But i'm having this exception starting the remote DLQ connection:

      2004-01-12 18:55:24,650 INFO [org.jboss.ejb.plugins.jms.DLQHandler] Creating
      2004-01-12 18:55:24,650 DEBUG [org.jboss.jms.jndi.JBossMQProvider] connecting to remote JNDI with props: {java.naming.provider.url=jnp://server2:1099, java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory, java.naming.rmi.security.manager=yes, java.naming.factory.url.pkgs=org.jboss.naming}
      2004-01-12 18:55:24,651 DEBUG [org.jboss.jms.jndi.JBossMQProvider] created context: javax.naming.InitialContext@b48230
      2004-01-12 18:55:24,651 DEBUG [org.jboss.ejb.plugins.jms.DLQHandler] Using factory: org.jboss.mq.SpyXAConnectionFactory@8e918a
      2004-01-12 18:55:24,651 DEBUG [org.jboss.mq.GenericConnectionFactory] Handing out ClientIL: org.jboss.mq.il.jvm.JVMClientILService
      2004-01-12 18:55:24,652 DEBUG [org.jboss.ejb.plugins.jms.DLQHandler] Created connection: org.jboss.mq.SpyConnection@cf2c09
      2004-01-12 18:55:25,220 ERROR [org.jboss.ejb.plugins.jms.DLQHandler] Initialization failed
      javax.jms.JMSException: Error creating the dlq connection: null
      at org.jboss.ejb.plugins.jms.DLQHandler.createService(DLQHandler.java:152)
      at org.jboss.system.ServiceMBeanSupport.create(ServiceMBeanSupport.java:158)
      at org.jboss.ejb.plugins.jms.JMSContainerInvoker.innerCreate(JMSContainerInvoker.java:394)
      .......


      Any ideas?
      Thank you very much.