close

Spring AMQP

2.4.6

The Spring AMQP project applies core Spring concepts to the development of AMQP-based messaging solutions. It provides a "template" as a high-level abstraction for sending and receiving messages. It also provides support for Message-driven POJOs with a "listener container". These libraries facilitate management of AMQP resources while promoting the use of dependency injection and declarative configuration. In all of these cases, you will see similarities to the JMS support in the Spring Framework.

The project consists of two parts; spring-amqp is the base abstraction, and spring-rabbit is the RabbitMQ implementation.

Features

  • Listener container for asynchronous processing of inbound messages

  • RabbitTemplate for sending and receiving messages

  • RabbitAdmin for automatically declaring queues, exchanges and bindings

Spring Initializr

Quickstart Your Project

Bootstrap your application with Spring Initializr.

Documentation

Each Spring project has its own; it explains in great details how you can use project features and what you can achieve with them.
2.4.6 CURRENT GA Reference Doc. API Doc.
3.0.0-SNAPSHOT SNAPSHOT Reference Doc. API Doc.
3.0.0-M3 PRE Reference Doc. API Doc.
2.4.7-SNAPSHOT SNAPSHOT Reference Doc. API Doc.
2.3.17-SNAPSHOT SNAPSHOT Reference Doc. API Doc.
2.3.16 GA Reference Doc. API Doc.
Branch Initial Release End of Support End Commercial Support *
2.4.x
2021-11-15 2024-12-31 2026-12-31
2.3.x
2020-10-28 2022-05-19 2023-08-24
2.2.x
2019-10-01 2020-10-01 2022-08-19
2.1.x
2018-10-15 2019-10-15 2021-02-15

OSS support

Free security updates and bugfixes with support from the Spring community. See VMware Tanzu OSS support policy.

Commercial support

Business support from Spring experts during the OSS timeline, plus extended support after OSS End-Of-Life.
Publicly available releases for critical bugfixes and security issues when requested by customers.

Future release

Generation not yet released, timeline is subject to changes.

About commercial support (*)

This page shows the current state of project releases and does not define the commercial support policy. Please refer to the official support policy for more information.

A few examples to try out: