We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58692fb commit 2644bc2Copy full SHA for 2644bc2
starter/spring-boot-starter-amqp/build.gradle
@@ -18,7 +18,7 @@ plugins {
18
id "org.springframework.boot.starter"
19
}
20
21
-description = "Starter for using Spring AMQP and Rabbit MQ"
+description = "Starter for using Spring AMQP with Rabbit MQ over AMQP 1.0 protocol"
22
23
dependencies {
24
api(project(":starter:spring-boot-starter"))
starter/spring-boot-starter-rabbitmq/build.gradle
+description = "Starter for using Spring AMQP with Rabbit MQ over AMQP 0.9.1 protocol"
0 commit comments