Improve RabbitMQ support in CLI

This commit deprecates the proprietary EnableRabbitMessaging annotation
in favour of the standard @EnableRabbit introduced as of Spring Rabbit
1.4.

Fixes gh-1494
This commit is contained in:
Stephane Nicoll
2014-09-05 15:27:46 +02:00
parent 02a8a9c07b
commit 8ed461947f
4 changed files with 20 additions and 46 deletions

View File

@@ -122,7 +122,7 @@ The following items are used as ``grab hints'':
|`@Test`
|JUnit.
|`@EnableRabbitMessaging`
|`@EnableRabbit`
|RabbitMQ.
|`@EnableReactor`