spring-boot/spring-boot-cli/samples
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
..
actuator.groovy Ops -> Actuator 2013-07-31 12:57:25 -07:00
app.groovy Change package names zero->boot 2013-07-26 14:13:41 +01:00
http.groovy Startup time for CLI app much quicker now 2013-09-05 17:14:08 -07:00
integration.groovy Change package names zero->boot 2013-07-26 14:13:41 +01:00
jms.groovy Add JMS autoconfig support 2013-09-26 11:53:06 -04:00
job.groovy Change package names zero->boot 2013-07-26 14:13:41 +01:00
rabbit.groovy Add support for Spring Rabbit (via Spring AMQP) to Boot 2013-09-26 12:14:06 -04:00
reactor.groovy Upgrade to Reactor 1.0.0.M2 2013-09-05 17:14:17 -07:00
runner.groovy Change package names zero->boot 2013-07-26 14:13:41 +01:00
runner.xml Change package names zero->boot 2013-07-26 14:13:41 +01:00
template.groovy Change package names zero->boot 2013-07-26 14:13:41 +01:00
tx.groovy Added JDBC and @Transactional support to Groovy CLI 2013-09-13 08:02:56 -07:00
ui.groovy Change package names zero->boot 2013-07-26 14:13:41 +01:00
web.groovy Change package names zero->boot 2013-07-26 14:13:41 +01:00