4 Replies Latest reply on Jul 20, 2003 8:21 PM by adrian.brock

    JMSAppender - newbie

    acristi

      I'm trying to setup a JMSAppender to a topic in log4j.xml:









      but when I start JBoss I get this exception:
      log4j:ERROR Could not find name [java:/ConnectionFactory].
      log4j:ERROR Error while activating options for appender named [JMS_DEBUG].
      javax.naming.NameNotFoundException: ConnectionFactory not bound


      I understand that topic "JMS_DEBUG"and "java:/ConnectionFactory" are not yet bound in the Naming service but how can I solve this issue?

      Thanks !