PubNodeName property: Message class
Description
This property refers to a string that contains the name of the publishing node. It is generated by the system when the message is published. The message instance keys are a subset of the publication and subscription contract keys.
This property is valid for both asynchronous and synchronous messages.
For a synchronous message, this property returns the name of the requesting node.
This property is read-only.
Example
&MSG = %IntBroker.GetMessage();
&PUBNODE = &MSG.PubNodeName;