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

[Proton-J] no consistent way to determine remote settlement

    XMLWordPrintableJSON

Details

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

    Description

      In order to determine remote settlement it is currently necessary to perform a cast :

                      // TODO - remove this hack when Proton-J and -C APIs are properly aligned 
                      // The C API defines isSettled as being true if the delivery has been settled locally OR remotely
                      return _delivery.isSettled() || ((_delivery instanceof DeliveryImpl && ((DeliveryImpl)_delivery).remotelySettled()));
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            robbie Robbie Gemmell
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: