InBoundPublish method: Message class
Syntax
InBoundPublish(PubNodeName)
Description
Use the InBoundPublish method to send an asynchronous message based on a message rowset to simulate an inbound asynchronous request from an external node.
Note:
This method has been desupported and remains for backward compatibility only. Use the IntBroker class InBoundPublish method instead.
Though you are sending a message to yourself, it goes through all the inbound message processing on PubNodeName.
Parameters
| Parameter | Description |
|---|---|
|
PubNodeName |
Specify the name of the node for which you want to test inbound message publishing. |
Returns
None.