See https://rabbitmq.github.io/rabbitmq-stream-java-client/snapshot/htmlsingle/ Basic `@RabbitListener` support. Required a higher level abstraction for listener container factories. * Address more PR review comments. * Remove unnecessary `destroyMethod` property from test.
8 lines
175 B
Groovy
8 lines
175 B
Groovy
rootProject.name = 'spring-amqp-dist'
|
|
|
|
include 'spring-amqp'
|
|
include 'spring-rabbit'
|
|
include 'spring-rabbit-stream'
|
|
include 'spring-rabbit-junit'
|
|
include 'spring-rabbit-test'
|