Hi All,
I’ve had a number of students ask me about Java Message Service (JMS). They are eager to learn how to send/recieve messages using JMS. I’ve put together a list of free tutorial resources. Enjoys!
JMS Tutorial from Java EE 7 Tutorial
https://docs.oracle.com/javaee/7/tutorial/jms-concepts.htm#BNCDQ
JMS Tutorial with ActiveMQ
https://dzone.com/articles/jms-activemq
And, if you are interested in using JMS with Spring then here are some good links
Spring JMS Example
https://examples.javacodegeeks.com/enterprise-java/spring/spring-jms-example/
Getting Started with Spring JMS
http://www.baeldung.com/spring-jms
Messaging with Spring JMS
https://spring.io/guides/gs/messaging-jms/