GetArchData method: IntBroker class
Syntax
GetArchData(TransactionId, SegmentIndex)
Description
Use the GetArchData method to retrieve an archived message from the message queue.
Note:
This method shouldn't be used in standard message processing. It should only be used when accessing archived messages.
Parameters
| Parameter | Description |
|---|---|
|
TransactionId |
Specify the transaction ID of the archived message you want to retrieve. |
|
SegmentIndex |
Specify the number of the segment of the archived message that you want to retrieve. |
Returns
An XML string containing the archived data.
Related Topics