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

pn_messenger_send returns before message data has been written to the wire

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • proton-0.3
    • proton-0.4
    • proton-c, proton-j
    • None

    Description

      Currently, pn_messender_send will block until the engine reports there are no queued messages being held. The problem arises because the queued message count only reports message data that is being held by the engine due to insufficient credit to send the messages. Messages may also be sitting in the transport's encoded frame buffer waiting to be written to the wire, and messages may also be held by the driver itself. This latter possibly is problematic given the current transport interface because there is no way for an application using the engine (in this case messenger) to know whether data is being held by the driver without introducing an undesirable coupling between the application and the driver implementation.

      Attachments

        1. transport.patch
          4 kB
          Rafael H. Schloming

        Issue Links

          Activity

            People

              kgiusti Ken Giusti
              rhs Rafael H. Schloming
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: