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:
Rossen Stoyanchev
2014-04-29 13:19:31 -04:00
parent dc2e62fab9
commit 01fe2923ee
2 changed files with 54 additions and 160 deletions

View File

@@ -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