Define an enumerated array of message priorities.
            
    Namespace: 
   Apache.NMSAssembly: 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 name | Value | Description | |
|---|---|---|---|
| Lowest | 0 | ||
| VeryLow | 1 | ||
| Low | 2 | ||
| AboveLow | 3 | ||
| BelowNormal | 4 | ||
| Normal | 5 | ||
| AboveNormal | 6 | ||
| High | 7 | ||
| VeryHigh | 8 | ||
| Highest | 9 |