Namespace:
Apache.NMS
Assembly: Apache.NMS (in Apache.NMS.dll)
Assembly: Apache.NMS (in Apache.NMS.dll)
Syntax
| Visual Basic |
|---|
ReadOnly Property MessageSelector As String Get |
| C# |
|---|
string MessageSelector { get; } |
| Visual C++ |
|---|
property String^ MessageSelector { String^ get (); } |
| JavaScript |
|---|
function get_messageSelector(); |
Field Value
Gets this queue browser's message selector expression. If no Message selector was specified than this method returns null.
Exceptions
| Exception | Condition |
|---|---|
| Apache.NMS..::..NMSException | If NMS Provider fails to get the Message Selector for some reason. |