Files
spring-amqp/settings.gradle
Gary Russell cac8fdc8fe GH-1352 RabbitMQ Stream Support - Initial Commit
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.
2021-06-17 14:41:47 -04:00

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'