I'm trying to configure the JMSAppender in the jboss-log4j.xml file. But when I do I get a message saying that the ConnectionFactory is not bound.
Any help is very much appreciated. | <appender name="JMS" class="org.apache.log4j.net.JMSAppender"> | <errorHandler class="org.jboss.logging.util.OnlyOnceErrorHandler" /> | <param name="Threshold" value="ERROR" /> | <param name="TopicConnectionFactoryBindingName" | value="java:/ConnectionFactory" /> | <param name="TopicBindingName" value="topic/CLEventsTopic" /> | </appender> | | <root> | <appender-ref ref="CONSOLE"/> | <appender-ref ref="JMS" /> | <!-- appender-ref ref="FILE"/ --> | </root> View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4165757#4165757 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4165757 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
