Skip to main content

Spring JMS Tutorials

These tutorials will help you get started with Spring JMS in no time.

The best part?

They all come with detailed explanations, source code, and accompanying test cases.

So let’s get busy.

What is Spring JMS? #

Spring provides a JMS integration framework that simplifies the use of the JMS API.

It provides a JmsTemplate as a high-level abstraction for sending messages. It also contains support for Message-driven POJOs with @JmsListener annotations and a listener container.

Spring JMS is developed and maintained by Pivotal Software.

Tutorials #

If you would like to request a new tutorial, leave a comment below.

References #