Uploaded image for project: 'Qpid Proton'
  1. Qpid Proton
  2. PROTON-2825

C++ binding treats transaction coordinator termini incorrectly

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • proton-c-0.39.0
    • proton-c-0.40.0
    • cpp-binding
    • None

    Description

      The C++ binding has no abstraction to represent a transaction coordinator terminus but when it receives an attach with a target terminus which is a transaction coordinator it just opens the link.

      However because there is no correct abstraction for the transaction coordinator terminus the server end of the link cannot respond correctly to transaction messages being sent over this link. It doesn't even know that it is not just a regular target terminus.

      As an aside, even if there was some way of knowing about the transaction coordinator there isn't any way in the C++ bindings to construct the correct disposition messages necessary to respond to the transaction control messages.

      Currently the binding should just reject the initial attempt to attach the transaction controller terminus.

      Attachments

        Activity

          People

            astitcher Andrew Stitcher
            astitcher Andrew Stitcher
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: