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

python messenger: cannot acknowledge messages, messenger forces auto-ack or pre-settled.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • proton-0.11.0
    • proton-0.12.0
    • python-binding
    • None

    Description

      In order to manually acknowledge received messages messenger requires you to:

      1. set "incoming_window" > 0, otherwise messenger auto-settles all messages.
      2. set "snd_settled_mode" to SND_UNSETTLED so that the remote end does not pre-settle messages.

      However the python binding (and I think all the bindings) for messenger do not allow you to call pn_messenger_set_snd_settled_mode, which defaults to SND_SETTLED. Thus it is impossible to manually accept messages because either (with incoming_window==0) messenger auto-settles them or (with incoming_window > 0) messenger's subscribe requests SND_SETTLED on the incoming link so the other end sends pre-settled messages.

      Attachments

        1. recv.py
          0.3 kB
          Alan Conway

        Activity

          People

            aconway Alan Conway
            aconway Alan Conway
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: