The destination of the message. This property is set by the IMessageProducer.
Namespace:
Apache.NMSAssembly: Apache.NMS (in Apache.NMS.dll)
Syntax
| Visual Basic |
|---|
Property NMSDestination As IDestination Get Set |
| C# |
|---|
IDestination NMSDestination { get; set; } |
| Visual C++ |
|---|
property IDestination^ NMSDestination { IDestination^ get (); void set (IDestination^ value); } |
| JavaScript |
|---|
function get_nmsDestination(); function set_nmsDestination(value); |