Add ActiveMQ-based STOMP relay integration tests

This commit is contained in:
Rossen Stoyanchev
2013-08-15 17:29:10 -04:00
parent 3fb5ff2654
commit 94fefec0f9
8 changed files with 563 additions and 475 deletions

View File

@@ -321,10 +321,18 @@ project("spring-messaging") {
optional("org.projectreactor:reactor-core:1.0.0.BUILD-SNAPSHOT")
optional("org.projectreactor:reactor-tcp:1.0.0.BUILD-SNAPSHOT")
optional("com.lmax:disruptor:3.1.1")
testCompile(project(":spring-test"))
testCompile("com.thoughtworks.xstream:xstream:1.4.4")
testCompile("commons-dbcp:commons-dbcp:1.2.2")
testCompile("javax.inject:javax.inject-tck:1")
testCompile(project(":spring-test"))
}
testCompile("org.apache.activemq:activemq-broker:5.8.0")
testCompile("org.apache.activemq:activemq-kahadb-store:5.8.0") {
exclude group: "org.springframework", module: "spring-context"
}
testCompile("org.apache.activemq:activemq-stomp:5.8.0")
testCompile("org.slf4j:slf4j-jcl:${slf4jVersion}")
testCompile("log4j:log4j:1.2.17")
}
repositories {
maven { url 'http://repo.springsource.org/libs-milestone' } // reactor