You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "michael goulish (JIRA)" <ji...@apache.org> on 2018/10/04 13:43:00 UTC

[jira] [Created] (PROTON-1949) no message header if priority == default

michael goulish created PROTON-1949:
---------------------------------------

             Summary: no message header if priority == default
                 Key: PROTON-1949
                 URL: https://issues.apache.org/jira/browse/PROTON-1949
             Project: Qpid Proton
          Issue Type: Bug
            Reporter: michael goulish


Proton does not send a message header if there would be nothing in it but the priority field, and if the priority was set to the default value (4). 

At the router level, we are allowing the user to set priorities on addresses. Those priorities will be given to any message sent to that address if the message otherwise had no priority set.

So - we need to be able to distinguish between messages that were assigned the default priority, and messages in which the priority was left undefined.

We would like proton to send the priority field in the message header if the user sets any priority. Then we will be able to interpret no header, or no priority field in the header as "no priority was assigned".

 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org