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

 

Project Services

 

Useful References