spring-boot/spring-boot-cli/samples
Greg Turnquist 5801e422cf [BS-48] Add autoconfigured JMS support
* Add ability to detect spring-jms on the path and create a JmsTemplate with
  ActiveMQConnectionFactory
* Create tests showing autoconfigured JmsTemplate with ActiveMQ, but prove it
  backs off if a separate ConnectionFactory exists.
* Add support to spring-boot-cli to that it detects JmsTemplate, DefaultMessageListenerContainer,
  or SimpleMessageListenerContainer, and turns on autoconfiguration as well as
  add proper @Grab's and import statements.
* Write a jms.groovy test showing proper CLI support

Simplify ActiveMQ configuration

Update ActiveMQ to 5.7.0
2013-09-18 17:52:14 +01: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 [BS-48] Add autoconfigured JMS support 2013-09-18 17:52:14 +01:00
job.groovy Change package names zero->boot 2013-07-26 14:13:41 +01: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