Sending and Receiving Segmented Messages between PeopleSoft Systems
This section discusses how to:
-
Send segmented messages to PeopleSoft systems.
-
Receive segmented messages from PeopleSoft systems.
Sending Segmented Messages to PeopleSoft Systems
To send a segmented message, use sending PeopleCode and events as you would with any other message.
Use the PeopleSoft target connector when the receiving node is a PeopleSoft system. The PeopleSoft target connector automatically handles message segments, and no additional configuration is required on the connector.
Before sending a transaction with message segments, on the sending PeopleSoft system, be sure that the Segment Aware check box is selected for the remote node that represents the receiving system.
Receiving Segmented Messages from PeopleSoft Systems
To receive segmented message from PeopleSoft systems, use notification PeopleCode or implement the OnRequest method.
Use the PeopleSoft listening connector to receive transactions that contain message segments from other PeopleSoft systems. The PeopleSoft listening connector automatically handles message segments, and no additional configuration is required on the connector.