added some content to readme.txt for the M1 release
This commit is contained in:
@@ -1,27 +1,20 @@
|
||||
SPRING AMQP INTEGRATION 1.0.0 M1 (May 12 2010)
|
||||
-------------------------------
|
||||
SPRING AMQP INTEGRATION 1.0.0 M1 (July 16 2010)
|
||||
-----------------------------------------------
|
||||
|
||||
home page: http://www.springsource.org/extensions/se-amqp
|
||||
forum : http://forum.springsource.org/forumdisplay.php?f=74
|
||||
|
||||
1. INTRODUCTION
|
||||
Spring AMQP is released under the terms of the Apache Software License Version 2.0 (see license.txt).
|
||||
|
||||
|
||||
2. RELEASE INFO
|
||||
DISTRIBUTION CONTENTS:
|
||||
|
||||
Release contents:
|
||||
The JARs are available in the 'dist' directory, and the source JARs are in the 'src' directory.
|
||||
|
||||
Spring AMQP is released under the terms of the Apache Software License (see license.txt).
|
||||
The reference manual and javadoc are located in the 'docs' directory.
|
||||
|
||||
3. DISTRIBUTION JAR FILES
|
||||
This distribution also includes two sample applications (in the 'samples' directory): helloworld and stocks.
|
||||
Those samples illustrate the main features of Spring AMQP, and the reference manual provides a detailed walk-through.
|
||||
|
||||
4. WHERE TO START
|
||||
|
||||
This distribution contains documentation and two sample applications illustrating the features of Spring AMQP
|
||||
|
||||
To build you need the apache qpid libraries. As they are not yet available in a public maven repositories, the solution is to add them manually to your private maven repository. It can be done by executing:
|
||||
|
||||
mvn install:install-file -DgroupId=jinterface -DartifactId=jinterface -Dversion=1.4.2 -Dpackaging=maven-plugin -Dfile=OtpErlang.jar
|
||||
|
||||
5. ADDITIONAL RESOURCES
|
||||
ADDITIONAL RESOURCES:
|
||||
|
||||
Spring AMQP Homepage: http://www.springsource.org/spring-amqp
|
||||
Spring AMQP Forum: http://forum.springsource.org/forumdisplay.php?f=74
|
||||
|
||||
Reference in New Issue
Block a user