OpenCredo AMQ
The goal of OpenCredo AMQ project is to facilitate communication between Java applications and AMQ servers (brokers).
The project consists of two modules:
- amq-template – defines a simple API for interaction with the AMQ broker. The template implementation uses the open source RabbitMq 1.7.0 Java client and is in the style of Spring templates such as JmsTemplate.
- amq-spring-integration-support - uses amq-template to provide channel adapters allowing easy integration of AMQ using Spring Integration.
The project has been tested on RabbitMQ 1.7.0 and Qpid 0.5 brokers, but it should be compatible with any implementations of AMQP v.0.8.
Distributions
- ZIP download http://opencredo-releases.s3.amazonaws.com/OC-amq-1.0.zip
- Tar gzip http://opencredo-releases.s3.amazonaws.com/OC-amq-1.0.tar.gz
- Maven http://dev.opencredo.com/nexus/content/repositories/releases/ (until we setup sync with central)
Project Services
- Issue tracking in JIRA
- Source in GitHub
Useful References


