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
- Host: GitHub
- URL: https://github.com/apache/qpid-interop-test
- Owner: apache
- License: apache-2.0
- Created: 2017-07-22T07:00:09.000Z (almost 8 years ago)
- Default Branch: main
- Last Pushed: 2024-01-29T16:30:45.000Z (over 1 year ago)
- Last Synced: 2025-04-03T04:17:05.306Z (2 months ago)
- Topics: amqp, amqp10, apache, cpp, dotnet, interop, java, javascript, messaging, python, qpid
- Language: Python
- Homepage: https://qpid.apache.org/components/interop-test
- Size: 803 KB
- Stars: 3
- Watchers: 14
- Forks: 12
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).