2 Replies Latest reply on Feb 19, 2002 11:22 PM by hchirino

    DLQ Jndi Factory

    camtabor

      Code snip from DLQHandler.java

      /** Connection factory JNDI, java:/ConnectionFactory, should we make it configurable? */
      private static final String FACTORY_JNDI="java:/ConnectionFactory";

      Absolutely this should be configurable, If you have MDB's comsuming messages from a remote JMS server and don't want to run a JMS queue in your instance running the MDB's. I am in this situation now, I guess I'll manually send to the remote DLQ for now by keeping a count of attempts within my message.