Browse Source

Add more JMS sample log output

pull/336/head
Phillip Webb 12 years ago
parent
commit
2d8f66e3c5
  1. 1
      spring-boot-cli/samples/jms.groovy

1
spring-boot-cli/samples/jms.groovy

@ -32,6 +32,7 @@ class JmsExample implements CommandLineRunner { @@ -32,6 +32,7 @@ class JmsExample implements CommandLineRunner {
} as MessageCreator
log.info "Sending JMS message..."
jmsTemplate.send("spring-boot", messageCreator)
log.info "Send JMS message, waiting..."
latch.await()
}
}

Loading…
Cancel
Save