remove listeners programatically in RMLContainer

DATAREDIS-107
listeners can be removed not just added programatically
fix bug causing double message dispatch for pattern subscriptions
introduce more pubsub tests
This commit is contained in:
Costin Leau
2013-01-25 00:11:47 +02:00
parent 12c66277f7
commit 613c2e09e7
4 changed files with 399 additions and 58 deletions

View File

@@ -4,7 +4,7 @@ log4j.appender.stdout=org.apache.log4j.ConsoleAppender
log4j.appender.stdout.layout=org.apache.log4j.PatternLayout
log4j.appender.stdout.layout.ConversionPattern=%d %p [%c] - <%m>%n
log4j.category.org.springframework.data.keyvalue.redis.listener=TRACE
log4j.category.org.springframework.data.redis.listener=TRACE
# for debugging datasource initialization
# log4j.category.test.jdbc=DEBUG