This commit is contained in:
Phillip Webb
2014-08-28 11:55:21 -07:00
parent 544bc64d64
commit f8a4df0838
12 changed files with 51 additions and 48 deletions

View File

@@ -28,4 +28,5 @@ class JmsExample implements CommandLineRunner {
log.info "Received ${message}"
latch.countDown()
}
}
}