User: chirino 
  Date: 01/09/25 22:11:53

  Added:       src/docs/jms-examples jndi.properties log4j.properties
  Log:
  These files are need for the JBossMQ examples to work correctly
  
  Revision  Changes    Path
  1.1                  jbossmq/src/docs/jms-examples/jndi.properties
  
  Index: jndi.properties
  ===================================================================
  ###################################################################
  # 
  # This is the JNDI configuration used by the JMS example programs.
  # The java.naming.provider.url property must be changed if the server
  # is not running on the local machine.
  #
  ###################################################################
  java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory
  java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces
  java.naming.provider.url=localhost
  
  
  
  1.1                  jbossmq/src/docs/jms-examples/log4j.properties
  
  Index: log4j.properties
  ===================================================================
  ###########################################################
  #
  # This file configures the settings for client-side 
  # JBossMQ logging.
  #
  ###########################################################
  log4j.rootCategory=INFO, Console
  
  ###########################################################
  # You can adjust the logging levels on the individual 
  # JBossMQ packages
  ###########################################################
  log4j.category.org.jboss.mq=INFO
  log4j.category.org.jboss.mq.il=WARN
  
  ###########################################################
  # Sets up the format of messages that get sent to the console
  ###########################################################
  log4j.appender.Console=org.apache.log4j.ConsoleAppender
  log4j.appender.Console.Threshold=DEBUG
  log4j.appender.Console.layout=org.apache.log4j.PatternLayout
  log4j.appender.Console.layout.ConversionPattern=[%c{1}] %m%n
  
  
  
  

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to