Uploaded image for project: 'Qpid Dispatch'
  1. Qpid Dispatch
  2. DISPATCH-2209

HTTP/1.x - fix meta-headers types and values for consistency with HTTP/2

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.16.1
    • 1.17.0
    • Protocol Adaptors
    • None

    Description

      The meta-data used when mapping to/from AMQP should be:

      {{ Message Properties Section: }}

      {{ HTTP Message         AMQP Message Properties }}
      {{ ------------         ----------------------- }}
      {{ Request Method       subject field (request message) }}
      {{ Response Status      code subject field (response message) }}

      {{ Application Properties Section: }}

      {{ HTTP Message             AMQP Message App Properties Map }}
      {{ ------------             ------------------------------- }}
      {{ Request Method           ":method": <string> }}
      {{ Message Version          ":version": <version|"1.1" by default> }}
      {{ Response Status Code     ":status": <string> (response only) }}
      {{ Response Reason          ":reason": <string> (response only) }}
      {{ Request Target           ":path": <string> }}

       

       

      Attachments

        Activity

          People

            kgiusti Ken Giusti
            kgiusti Ken Giusti
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: