Springboot with JMS, Amazon MQ, MongoDB, S3 and Thymeleaf

In this post, we will create a simple spring boot application that will act as both the JMS Producer and Consumer. It will connect to Amazon MQ on AWS, Send/Receive JMS Messages, Store User information in MongoDb, Create a PDF file for a given User and upload it to AWS S3. Note: In a productionContinueContinue reading “Springboot with JMS, Amazon MQ, MongoDB, S3 and Thymeleaf”

Retrieve Certificates and Generate a JKS (Java KeyStore)

In the example below, we will be downloading a certificate from an Amazon MQ Broker. In most cases, the latest Java version has the Amazon certificates so you don’t need to do this. Updating to the latest Java RunTime is sufficient and you will have Amazon certificates in the default Java keystore. However, the followingContinueContinue reading “Retrieve Certificates and Generate a JKS (Java KeyStore)”