This change simplifies the implementation of the "test" EventPublisher and MessageHandler used in the STOMP broker relay integration tests. The updated implementations use a time-limted poll on a BlockingQueue.
17 lines
599 B
Properties
17 lines
599 B
Properties
log4j.appender.console=org.apache.log4j.ConsoleAppender
|
|
log4j.appender.console.layout=org.apache.log4j.PatternLayout
|
|
log4j.appender.console.layout.ConversionPattern=%d{HH:mm:ss,SSS} [%c] - %m%n
|
|
|
|
log4j.rootCategory=WARN, console
|
|
log4j.logger.org.springframework.messaging=DEBUG
|
|
log4j.logger.org.springframework.web=DEBUG
|
|
log4j.logger.org.apache.activemq=TRACE
|
|
# Enable TRACE level to chase integration test issues on CI servers
|
|
log4j.logger.org.springframework.messaging.simp.stomp=TRACE
|
|
log4j.logger.reactor.net=TRACE
|
|
log4j.logger.io.netty=TRACE
|
|
|
|
|
|
#log4j.logger.org.springframework.messaging=TRACE
|
|
|