Skip to content

Commit

Permalink
note about username and password added
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelwechner committed Aug 23, 2012
1 parent 23d554c commit 5bb5cf3
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions conf/log4j.properties
Expand Up @@ -57,15 +57,16 @@ log4j.appender.A2.layout.ConversionPattern=%-4r %d{yyyy-MM-dd HH:mm:ss,SSS Z} [%
log4j.appender.A2.MaxFileSize=1000KB
log4j.appender.A2.MaxBackupIndex=7

# Access log to ActiveMQ (Java Messaging System)
# INFO: Send access log messages to ActiveMQ (Java Messaging System)
# (The following class is retrieved via src/build/dependencies.xml, whereas see artifactId 'Log4JAppender')
log4j.appender.jms=com.wyona.yanelboost.log4jappender.ActiveMQAppender
log4j.appender.jms.channel=rawEvents
log4j.appender.jms.password=
log4j.appender.jms.username=
# INFO: Please check the port inside ACTIVEMQ_HOME/conf/activemq.xml (see element 'transportConnector') to make sure that you use the correct port
log4j.appender.jms.url=tcp://localhost:61616
#log4j.appender.jms.url=ssl://localhost:61616
# INFO: If ActiveMQ has an authorizationPlugin configured, then you will probably have to set appropriate credentials to authenticate the connection
#log4j.appender.jms.username=test
#log4j.appender.jms.password=test
#log4j.appender.jms.truststore=/home/wyona/src/yanel/conf/local/client.ts
#log4j.appender.jms.keystore=/home/wyona/src/yanel/conf/local/client.ks
#log4j.appender.jms.queuedir=/home/wyona/src/yanel/local/apache-tomcat-7.0.25/work
Expand Down

0 comments on commit 5bb5cf3

Please sign in to comment.