Spring AMQP Parent

Spring AMQP is framework that makes it easy to write Java applications for the Advanced Message Queue Protocol. It supports a variety of common high-level messaging patterns, like synchronous and asynchronous consumers, synchronous producers, automatic re-connection, transactions, batching. The emphasis is on declarative configuration and a POJO programming model without hiding the full power of the underlying protocol.

License

License

GroupId

GroupId

org.springframework.amqp
ArtifactId

ArtifactId

spring-amqp-parent
Last Version

Last Version

1.1.1.RELEASE
Release Date

Release Date

Type

Type

pom
Description

Description

Spring AMQP Parent
Spring AMQP is framework that makes it easy to write Java applications for the Advanced Message Queue Protocol. It supports a variety of common high-level messaging patterns, like synchronous and asynchronous consumers, synchronous producers, automatic re-connection, transactions, batching. The emphasis is on declarative configuration and a POJO programming model without hiding the full power of the underlying protocol.
Project URL

Project URL

http://www.springsource.org/spring-amqp
Source Code Management

Source Code Management

http://github.com/SpringSource/spring-amqp

Download spring-amqp-parent

How to add to project

<!-- https://jarcasting.com/artifacts/org.springframework.amqp/spring-amqp-parent/ -->
<dependency>
    <groupId>org.springframework.amqp</groupId>
    <artifactId>spring-amqp-parent</artifactId>
    <version>1.1.1.RELEASE</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.springframework.amqp/spring-amqp-parent/
implementation 'org.springframework.amqp:spring-amqp-parent:1.1.1.RELEASE'
// https://jarcasting.com/artifacts/org.springframework.amqp/spring-amqp-parent/
implementation ("org.springframework.amqp:spring-amqp-parent:1.1.1.RELEASE")
'org.springframework.amqp:spring-amqp-parent:pom:1.1.1.RELEASE'
<dependency org="org.springframework.amqp" name="spring-amqp-parent" rev="1.1.1.RELEASE">
  <artifact name="spring-amqp-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.springframework.amqp', module='spring-amqp-parent', version='1.1.1.RELEASE')
)
libraryDependencies += "org.springframework.amqp" % "spring-amqp-parent" % "1.1.1.RELEASE"
[org.springframework.amqp/spring-amqp-parent "1.1.1.RELEASE"]

Dependencies

test (1)

Group / Artifact Type Version
log4j : log4j jar 1.2.15

Project Modules

There are no modules declared in this project.

Spring AMQP Join the chat at https://gitter.im/spring-projects/spring-amqp

This project provides support for using Spring and Java with AMQP 0.9.1, and in particular RabbitMQ.

Checking out and Building

To check out the project from GitHub and build from source using Gradle, do the following:

git clone git://github.com/SpringSource/spring-amqp.git
cd spring-amqp
./gradlew build

If you encounter out of memory errors during the build, increase available heap and permgen for Gradle:

GRADLE_OPTS='-XX:MaxPermSize=1024m -Xmx1024m'

To build and install jars into your local Maven cache:

./gradlew install

To build api Javadoc (results will be in build/api):

./gradlew api

To build reference documentation (results will be in build/reference):

./gradlew reference

To build complete distribution including -dist, -docs, and -schema zip files (results will be in build/distributions)

./gradlew dist

To analyze and gather metrics using Sonar:

./gradlew clean build sonar

(Please make sure that you have Sonar running, e.g. on localhost port 9000)

Using Eclipse

To generate Eclipse metadata (.classpath and .project files), do the following:

./gradlew eclipse

Once complete, you may then import the projects into Eclipse as usual:

File -> Import -> Existing projects into workspace

Browse to the 'spring-amqp' root directory. All projects should import free of errors.

Using SpringSource Tool Suite™ (STS)

Using the STS Gradle Support, you can directly import Gradle projects, without having to generate Eclipse metadata first (since STS 2.7.M1). Please make sure you have the Gradle STS Extension installed - Please see the installation instructions for details.

  1. Select File -> Import -> Gradle Project
  2. Browse to the Spring AMQP Root Folder
  3. Click on Build Model
  4. Select the projects you want to import
  5. Press Finish

Using IntelliJ IDEA

To generate IDEA metadata (.iml and .ipr files), do the following:

./gradlew idea

Distribution Contents

If you downloaded the full Spring AMQP distribution or if you created the distribution using ./gradlew dist, you will see the following directory structure:

├── README.md
├── apache-license.txt
├── docs
│	├── api
│	└── reference
├── epl-license.txt
├── libs
├── notice.txt
└── schema
    └── rabbit

The binary JARs and the source code are available in the libs. The reference manual and javadocs are located in the docs directory.

Changelog

Lists of issues addressed per release can be found in JIRA.

Additional Resources

Contributing to Spring AMQP

Here are some ways for you to get involved in the community:

  • Get involved with the Spring community on the Spring Community Forums. Please help out on the forum by responding to questions and joining the debate.
  • Create JIRA tickets for bugs and new features and comment and vote on the ones that you are interested in.
  • Github is for social coding: if you want to write code, we encourage contributions through pull requests from forks of this repository. If you want to contribute code this way, please reference a JIRA ticket as well covering the specific issue you are addressing.
  • Watch for upcoming articles on Spring by subscribing to springframework.org

Before we accept a non-trivial patch or pull request we will need you to sign the contributor's agreement. Signing the contributor's agreement does not grant anyone commit rights to the main repository, but it does mean that we can accept your contributions, and you will get an author credit if we do. Active contributors might be asked to join the core team, and given the ability to merge pull requests.

Code Conventions and Housekeeping

None of these is essential for a pull request, but they will all help. They can also be added after the original pull request but before a merge.

  • Use the Spring Framework code format conventions (import eclipse-code-formatter.xml from the root of the project if you are using Eclipse).
  • Make sure all new .java files to have a simple Javadoc class comment with at least an @author tag identifying you, and preferably at least a paragraph on what the class is for.
  • Add the ASF license header comment to all new .java files (copy from existing files in the project)
  • Add yourself as an @author to the .java files that you modify substantially (more than cosmetic changes).
  • Add some Javadocs and, if you change the namespace, some XSD doc elements.
  • A few unit tests would help a lot as well - someone has to do it.
  • If no-one else is using your branch, please rebase it against the current master (or other target branch in the main project).

License

Spring AMQP is released under the terms of the Apache Software License Version 2.0 (see license.txt).

org.springframework.amqp

Versions

Version
1.1.1.RELEASE
1.1.0.RELEASE
1.0.0.RELEASE