Spring Projects

Spring AMQP

The Spring AMQP project applies core Spring concepts to the development of AMQP-based messaging solutions. We provide a "template" as a high-level abstraction for sending and receiving messages. We also provide support for Message-driven POJOs. 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 both Java and .NET versions.

The Spring AMQP project applies core Spring concepts to the development of AMQP-based messaging solutions. We provide a "template" as a high-level abstraction for sending and receiving messages. We also provide support for Message-driven POJOs. 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 both Java and .NET versions.

#maven

The 1.1.4 release is now available for Java.

The 1.2.0.M1 milestone release is now available for Java.
Reference | API.

Downloads

Spring AMQP for Java | Spring AMQP for .NET

Project Resources

Spring AMQP for Java

Reference Manual HTML | HTML (Single page) | PDF
API Documentation HTML
Issue Tracking (JIRA): https://jira.springsource.org/browse/AMQP
Source Repository (Git): https://github.com/SpringSource/spring-amqp
Samples (Git): https://github.com/SpringSource/spring-amqp-samples
Forum: http://forum.springsource.org/forumdisplay.php?f=74
Changelog (Fisheye): https://fisheye.springsource.org/browse/spring-amqp
Build Status (Bamboo): https://build.springsource.org/browse/AMQP

 

Spring AMQP for .NET

Reference Manual HTML | PDF
API Documentation HTML
Issue Tracking (JIRA): https://jira.springsource.org/browse/AMQPNET
Source Repository (Git):

git://git.springsource.org/spring-amqp/spring-amqp-net.git

Forum: http://forum.springframework.net/forumdisplay.php?f=28
Changelog (Fisheye): https://fisheye.springsource.org/browse/spring-amqp-net
Build Status (Bamboo): https://build.springsource.org/browse/AMQPNET

 

Maven Artifacts

Here is the Spring Release Repository:

<repository>
    <id>spring-release</id>
    <name>Spring Maven Release Repository</name>
    <url>http://repo.springsource.org/libs-release</url>
</repository>

Here is the dependency:

<dependency>
 <groupId>org.springframework.amqp</groupId>
 <artifactId>spring-amqp</artifactId>
 <version>1.1.4.RELEASE</version>
</dependency> 

 

Maven Snapshot Repository
<repository>
    <id>spring-snapshot</id>
    <name>Spring Maven SNAPSHOT Repository</name>
    <url>http://repo.springsource.org/libs-snapshot</url>
</repository>
Maven Snapshot Dependency
<dependency>
 <groupId>org.springframework.amqp</groupId>
 <artifactId>spring-amqp</artifactId>
 <version>1.2.0.BUILD-SNAPSHOT</version>
</dependency> 

Spring AMQP for Java

Spring AMQP for .NET

Spring AMQP for Java

Spring AMQP for .NET

 

 


Quick Jump

Downloads
Maven Artifacts
Documentation
Other Resources

Discussions
Issue Tracker
Source Repository
Samples

 


Release Summary

Spring AMQP for Java
Spring AMQP for .NET

 


Documentation

Spring AMQP for Java

Spring AMQP for .NET

 


Other Resources

Spring AMQP for Java

Spring AMQP for .NET

 


Related Discussions

AMQP for Java
AMQP for .NET