Revert "PROTON-1258: Make transport events more consistent on client and server"

This reverts commit 4a6010110296846e3c77defc0558a45d8792d3b5.

This commit crashes the cpp_mt_example_test in a release build (but not in a
debug or reldbg build which is worth investigating separtely)

The connection engine relies on the events generated by correct use of
pn_transport_t. PROTON-1258 is a reactor bug: the reactor needs to be fixed to
close the transport correctly, before unbinding it, so that it can generate the
proper close events in the proper sequence. The handler should not be involved.
1 file changed
tree: 370fa7c490ef894ec935c1e734c5aabc7153d8ff
  1. bin/
  2. design/
  3. docs/
  4. examples/
  5. proton-c/
  6. proton-j/
  7. tests/
  8. tools/
  9. .gitattributes
  10. .gitignore
  11. .mailmap
  12. .reviewboardrc
  13. .travis.yml
  14. appveyor.yml
  15. CMakeLists.txt
  16. config.bat.in
  17. config.sh.in
  18. DEVELOPERS.md
  19. INSTALL.md
  20. LICENSE
  21. NOTICE
  22. pom.xml
  23. qpid-proton-cpp.syms
  24. README.md
  25. RELEASE.md
  26. TODO
  27. version.txt
README.md

Qpid Proton - AMQP messaging toolkit

Linux BuildWindows Build
Linux Build StatusWindows Build Status

Qpid Proton is a high-performance, lightweight messaging library. It can be used in the widest range of messaging applications, including brokers, client libraries, routers, bridges, proxies, and more. Proton makes it trivial to integrate with the AMQP 1.0 ecosystem from any platform, environment, or language

Features

  • A flexible and capable reactive messaging API
  • Full control of AMQP 1.0 protocol semantics
  • Portable C implementation with bindings to popular languages
  • Pure-Java and pure-JavaScript implementations
  • Peer-to-peer and brokered messaging
  • Secure communication via SSL and SASL

Universal - Proton is designed to scale both up and down. Equally suitable for simple clients or high-powered servers, it can be deployed in simple peer-to-peer configurations or as part of a global federated messaging network.

Embeddable - Proton is carefully written to be portable and cross platform. It has minimal dependencies, and it is architected to be usable with any threading model, as well as with non-threaded applications. These features make it uniquely suited for embedding messaging capabilities into existing software.

Standard - Built around the AMQP 1.0 messaging standard, Proton is not only ideal for building out your own messaging applications but also for connecting them to the broader ecosystem of AMQP 1.0-based messaging applications.

Getting Started

See the included INSTALL file for build and install instructions and the DEVELOPERS file for information on how to modify and test the library code itself.

Please see http://qpid.apache.org/proton for a more info.