An open API service indexing awesome lists of open source software.

https://github.com/apache/qpid-interop-test

Mirror of Apache Qpid Interop Test
https://github.com/apache/qpid-interop-test

amqp amqp10 apache cpp dotnet interop java javascript messaging python qpid

Last synced: about 2 months ago
JSON representation

Mirror of Apache Qpid Interop Test

Awesome Lists containing this project

README

        

# Qpid Interop Test Suite

This directory contains the [Qpid Interop Test](http://qpid.apache.org/components/interop-test/index.html) suite.

## Documentation

A quickstart guide for building and using this test suite is contained in
[QUICKSTART](QUICKSTART.md). Detailed documentation for adding tests and using them are
contained in the docs directory.

## Issues

Issues are tracked in the Apache JIRA at
[https://issues.apache.org/jira/browse/QPIDIT](https://issues.apache.org/jira/browse/QPIDIT).

## Support

Support may be obtained from the **qpid-users** mailing list
[[email protected]](mailto:[email protected]).

## Installing and Running

See the [QUICKSTART](QUICKSTART.md) file for building, installing and running instructions.

## Writing New Tests

There are two parts to this:
1. Writing new tests. This requires adding the test to the Qpid Interop Test
Python source.
2. Writing new shims for the test, one pair (sender and receiver) per client
being tested.

A detailed description of this process is contained in the docs
directory. See [Shim_HOWTO](docs/Shim_HOWTO.txt) and [Test_HOWTO](docs/Test_HOWTO.txt).