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 {
} as MessageCreator
log.info "Sending JMS message..."
jmsTemplate.send("spring-boot", messageCreator)
log.info "Send JMS message, waiting..."
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