Blog Page 14/44
Testing your blueprint camel routes by Romain Manni-Bucau, 2019-07-31
Camel is a great library but it also comes with a great tooling. Except the well known Standalone, CDI and Spring support, it comes with a blueprint test support module which greatly helps to test your routes without launching a full container.
Get docker container metadata from an embed Java application by Romain Manni-Bucau, 2019-07-04
With the numerous docker containers we deploy and their needs in monitoring we regularly need to introspect the currently running instance to find its Id, Name, Image etc… Let see how to do it in Java in a few steps.