Assembly: IBM.Broker.Plugin (in IBM.Broker.Plugin.dll) Version: 9.0.0.0
Return Value
Type:
Return the name of the terminal or label that the message will be propagated to. The string that is returned is compared to the available the terminals on the node.
If there is a match, that is where the message will be sent. If there is no match, then the string will be compared with the available labels and if there is a match then the message will be propagated to the corresponding Label node.
If no match is made then an exception is thrown and the message will be sent to the failure terminal. In addition, throwing an Exception will also cause the message will be sent to the failure terminal.
The default implementation will propagate the message to the 'Out' terminal. Returning an empty string means the message will not be propagated at all, and will be discarded.