spring-boot/spring-boot-cli
Greg Turnquist 941d163709 Add support for Spring Rabbit (via Spring AMQP) to Boot
- If RabbitTemplate is on the classpath, turn on autodetection.
- Create a RabbitTemplate, a Rabbit ConnectionFactory, and a RabbitAdmin is spring.rabbitmq.dynamic:true
- Enable some **spring.rabbitmq** properties like host, port, username, password, and dynamic
- Add tests to verify functionality
- Add Groovy CLI functionality. Base it on @EnableRabbitMessaging. Add spring-amqp to the path.
- Create rabbit.groovy test to prove it all works.
- Make Queue and TopicExchange top-level Spring beans in rabbit.groovy test script
2013-09-26 12:14:06 -04:00
..
samples Add support for Spring Rabbit (via Spring AMQP) to Boot 2013-09-26 12:14:06 -04:00
src Add support for Spring Rabbit (via Spring AMQP) to Boot 2013-09-26 12:14:06 -04:00
pom.xml Back to SNAPSHOT for dev 2013-09-05 17:15:15 -07:00
README.md Documentation 2013-08-05 22:36:22 -07:00

Spring Boot - CLI

We are currently still working on documentation for Spring Boot. Please check back in the future.