Connecting to multiple Message Broker Addresses over STOMP (Spring Boot) - Part 1
2 min readI had to rely my Spring Boot application on connecting to an external message broker, Amazon MQ for example instead of my own self hosting message »
I had to rely my Spring Boot application on connecting to an external message broker, Amazon MQ for example instead of my own self hosting message »
While trying to test a service layer class which loads properties from a configuration file that reads the information from either an application.yml or a »
An example to showcase on how a simple spring boot unit test works. »