Spring Boot Example of Spring Integration and ActiveMQ
In this post, I’m going to walk you through using Spring Boot to setup a Hello World example using Spring Integration and ActiveMQ. We’ll configure Spring Integration to listen on a ActiveMQ queue. For fun, I’ll use Spock to place a message on the queue, and we can watch Spring Integration receive the JMS Message […]Continue reading
Logback Introduction: An Enterprise Logging Framework