Current work being done is listed below.

  • Ken has completed the following:
    • PROTON-223 - Need system-level and soak tests to exercise Proton
    • PROTON-131 - Add a engine test which validates transferring a large number of message between a receiver and sender
    • Will next be working on creating a set of benchmark tests for Messenger (Jira TBD)
  • Phil and Keith are defining additional system tests, driven by the AMQP 1.0 spec, to be implemented as JUnit tests running agnostically against either proton-j or proton-jni. They've now got a long list of tests for Connection and have just started implementing them. They will start committing this code over the next few weeks (Jira TBD).
  • Keith and Cliff worked on PROTON-254 - Swig generated c code for java bindings fails to compile on Windows Visual Studio 2010.
    • Significant progress has been made. More work is ongoing.

Please feel free to edit this page if you think anything is wrong or missing.

  • No labels

2 Comments

  1. I've been working with Keith to define additional system tests, driven by the AMQP 1.0 spec, and to be implemented as JUnit tests running agnostically against either proton-j or proton-jni.

    We've now got a long list of tests for Connection and have just started implementing them. We hope to start committing this code over the next few weeks (Jira TBD).

    We also wrote a "Hello World" program to illustrate the Engine API (see PROTON-257).

  2. PROTON-223, PROTON-131 - implementation is complete. Will check in today.

    I'll next be working on creating a set of benchmark tests for Messenger, JIRA TBD.