Commit 2d8f66e3 authored by Phillip Webb's avatar Phillip Webb

Add more JMS sample log output

parent dd66f119
...@@ -32,6 +32,7 @@ class JmsExample implements CommandLineRunner { ...@@ -32,6 +32,7 @@ class JmsExample implements CommandLineRunner {
} as MessageCreator } as MessageCreator
log.info "Sending JMS message..." log.info "Sending JMS message..."
jmsTemplate.send("spring-boot", messageCreator) jmsTemplate.send("spring-boot", messageCreator)
log.info "Send JMS message, waiting..."
latch.await() latch.await()
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment