awips2/cotsSource/org.apache.qpid/cpp
Matt Nash 580e2938d7 Moving 12.1.1 into ss_sync
Former-commit-id: c83e5ff474 [formerly 2a9569942c48542cf708b6c0b9189146fd954c11]
Former-commit-id: 66be3bec40
2012-01-19 11:53:12 -06:00
..
bindings/qmf Initial revision of AWIPS2 11.9.0-7p5 2012-01-06 08:55:05 -06:00
boost-1.32-support Initial revision of AWIPS2 11.9.0-7p5 2012-01-06 08:55:05 -06:00
build-aux Initial revision of AWIPS2 11.9.0-7p5 2012-01-06 08:55:05 -06:00
docs Initial revision of AWIPS2 11.9.0-7p5 2012-01-06 08:55:05 -06:00
etc Initial revision of AWIPS2 11.9.0-7p5 2012-01-06 08:55:05 -06:00
examples Moving 12.1.1 into ss_sync 2012-01-19 11:53:12 -06:00
include Initial revision of AWIPS2 11.9.0-7p5 2012-01-06 08:55:05 -06:00
m4 Initial revision of AWIPS2 11.9.0-7p5 2012-01-06 08:55:05 -06:00
managementgen Initial revision of AWIPS2 11.9.0-7p5 2012-01-06 08:55:05 -06:00
packaging/NSIS Initial revision of AWIPS2 11.9.0-7p5 2012-01-06 08:55:05 -06:00
rubygen Initial revision of AWIPS2 11.9.0-7p5 2012-01-06 08:55:05 -06:00
src Initial revision of AWIPS2 11.9.0-7p5 2012-01-06 08:55:05 -06:00
xml Initial revision of AWIPS2 11.9.0-7p5 2012-01-06 08:55:05 -06:00
bootstrap Initial revision of AWIPS2 11.9.0-7p5 2012-01-06 08:55:05 -06:00
BuildInstallSettings.cmake Initial revision of AWIPS2 11.9.0-7p5 2012-01-06 08:55:05 -06:00
CMakeLists.txt Initial revision of AWIPS2 11.9.0-7p5 2012-01-06 08:55:05 -06:00
configure.ac Initial revision of AWIPS2 11.9.0-7p5 2012-01-06 08:55:05 -06:00
CTestConfig.cmake Initial revision of AWIPS2 11.9.0-7p5 2012-01-06 08:55:05 -06:00
DESIGN Initial revision of AWIPS2 11.9.0-7p5 2012-01-06 08:55:05 -06:00
INSTALL Initial revision of AWIPS2 11.9.0-7p5 2012-01-06 08:55:05 -06:00
INSTALL-WINDOWS Initial revision of AWIPS2 11.9.0-7p5 2012-01-06 08:55:05 -06:00
LICENSE Initial revision of AWIPS2 11.9.0-7p5 2012-01-06 08:55:05 -06:00
make-dist Initial revision of AWIPS2 11.9.0-7p5 2012-01-06 08:55:05 -06:00
Makefile.am Initial revision of AWIPS2 11.9.0-7p5 2012-01-06 08:55:05 -06:00
NOTICE Initial revision of AWIPS2 11.9.0-7p5 2012-01-06 08:55:05 -06:00
qpid-autotools-install Initial revision of AWIPS2 11.9.0-7p5 2012-01-06 08:55:05 -06:00
qpid-config.in Initial revision of AWIPS2 11.9.0-7p5 2012-01-06 08:55:05 -06:00
README Initial revision of AWIPS2 11.9.0-7p5 2012-01-06 08:55:05 -06:00
RELEASE_NOTES Initial revision of AWIPS2 11.9.0-7p5 2012-01-06 08:55:05 -06:00
SSL Initial revision of AWIPS2 11.9.0-7p5 2012-01-06 08:55:05 -06:00
versions Initial revision of AWIPS2 11.9.0-7p5 2012-01-06 08:55:05 -06:00

			Qpid/C++
			========

Table of Contents
=================
1. Introduction
2. Available Documentation
3. Quick start


1. Introduction
===============
Qpid/C++ is a C++ implementation of the AMQP protcol described at
http://amqp.org/

This release of Qpid/C++ implements the AMQP 0-10. 
It will not inter-operate with AMQP 0-8/0-9 implementations.

For additional software or information on the Qpid project go to:
http://cwiki.apache.org/qpid/


2. Available Documentation
==========================
  - INSTALL 		- How to install Qpid/C++.
  - SSL                 - How to setup SSL
  - RELEASE_NOTES 	- Release notes.
  - DESIGN 		- Qpid/C++ implementation.
  - LICENSE		- Apache license.
  - NOTICE		- Corresponds to the section 4 d of 
                          the Apache License, Version 2.0.

3. Quick start
==============
If you are impatient to get on, ./configure && make will usually be
sufficient to compile. Running make check will run tests, make install
will install the client and daemon. For more detailed information,
please see the INSTALL notes.