Learn how to publish and consume messages from ActiveMQ using Spring Boot.
Apache ActiveMQ Installation: https://activemq.apache.org/installation
Tutorial code: https://github.com/ajcatambay/spring-boot-active-mq-demo
Connect with me: https://www.linkedin.com/in/adrianjayson/
________________________CONTENT________________________
0:00 - About Apache ActiveMQ
1:57 - What we will build
3:05 - Starting ActiveMQ
3:44 - Create Queue in ActiveMQ
4:55 - About the project code
7:30 - Start coding the Spring Boot app
16:40 - Build and run app