[jboss-user] [Installation, Configuration & DEPLOYMENT] - JMSAppender ConnectionFactory Problem

jtremb95 do-not-reply at jboss.com
Mon Jul 21 17:50:17 EDT 2008


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



More information about the jboss-user mailing list