You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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
11 years ago
..
actuator.groovy Ops -> Actuator 11 years ago
app.groovy Change package names zero->boot 11 years ago
http.groovy Startup time for CLI app much quicker now 11 years ago
integration.groovy Change package names zero->boot 11 years ago
jms.groovy Add JMS autoconfig support 11 years ago
job.groovy Change package names zero->boot 11 years ago
rabbit.groovy Add support for Spring Rabbit (via Spring AMQP) to Boot 11 years ago
reactor.groovy Upgrade to Reactor 1.0.0.M2 11 years ago
runner.groovy Change package names zero->boot 11 years ago
runner.xml Change package names zero->boot 11 years ago
template.groovy Change package names zero->boot 11 years ago
tx.groovy Added JDBC and @Transactional support to Groovy CLI 11 years ago
ui.groovy Change package names zero->boot 11 years ago
web.groovy Change package names zero->boot 11 years ago