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.
http://www.springsource.com/download/community?project=Spring%20AMQP
#maven
The 1.1.4 release is now available for Java. The 1.2.0.M1 milestone release is now available for Java. DownloadsSpring AMQP for Java | Spring AMQP for .NET Project ResourcesSpring AMQP for Java
Spring AMQP for .NET
Maven ArtifactsHere 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>
Spring AMQP for Java
Spring AMQP for .NET
|
Quick Jump
Release SummarySpring AMQP for Java
DocumentationSpring AMQP for Java Spring AMQP for .NET
Other ResourcesSpring AMQP for Java
Spring AMQP for .NET
Related Discussions
|




