Simplify STOMP broker relay integration test
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.
This commit is contained in:
@@ -8,7 +8,7 @@ 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.tcp=TRACE
|
||||
log4j.logger.reactor.net=TRACE
|
||||
log4j.logger.io.netty=TRACE
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user