Define an enumerated array of message priorities.

Namespace:  Apache.NMS
Assembly:  Apache.NMS (in Apache.NMS.dll)

Syntax

Visual Basic
Public Enumeration MsgPriority
C#
public enum MsgPriority
Visual C++
public enum class MsgPriority
JavaScript
Apache.NMS.MsgPriority = function();
Apache.NMS.MsgPriority.createEnum('Apache.NMS.MsgPriority', false);

Members

Member nameValueDescription
Lowest0
VeryLow1
Low2
AboveLow3
BelowNormal4
Normal5
AboveNormal6
High7
VeryHigh8
Highest9

See Also