InBoundPublish method: IntBroker class
Syntax
InBoundPublish(&Message)
Description
Use the InBoundPublish method to send an asynchronous message based on the specified message to simulate an inbound asynchronous request from an external node. Although you are sending a message to yourself, it goes through all the inbound message processing that the specified message would.
Prior to call the InBoundPublish method, the Message object needs to populated with the requesting node and external operation name.
See Integration Broker: Simulating Receiving Messages from External Nodes.
Parameters
| Parameter | Description |
|---|---|
|
&Message |
Specify an already instantiated message object that you want to use for the message simulation. |
Returns
A Boolean value, true if the message is published successfully, false otherwise.