priority: HTTP x-msg-priority entity-header

Set or return the message priority.

Type Description
HTTP header name x-msg-priority
HTTP header type Entity-header
Valid in HTTP request message POST, x-msg-require-headers
Allowed values
LOW
For example,
x-msg-priority: LOW
MEDIUM
This priority is equal to a WebSphere® MQ priority level of 4. For example,
x-msg-priority: MEDIUM
HIGH
For example,
x-msg-priority: HIGH
Integer value
A string representation of an integer in the range 0 through 9; for example,
x-msg-priority: 3
AS_DESTINATION
Applies to POST only.
Use the default priority of the destination as determined by the message provider.
Note: Case sensitive
Default value MEDIUM

Description

  • When set on an HTTP POST request, set the request message priority.
  • On an HTTP GET or DELETE request, the x-msg-priority header is ignored.
  • Specified in x-msg-require-headers, sets x-msg-priority in the HTTP response message to the priority of a message.