Function
Purpose
Get the redelivered header from a message.
COBOL Call
CALL "tibemsMsg_GetRedelivered"
USING BY VALUE message,
BY REFERENCE value,
RETURNING tibems-status
END-CALL.
Note: message has usage pointer.
Parameters
Parameter
|
Description
|
message
|
Get the redelivered indicator from this message.
|
value
|
Store the redelivered indicator in this location.
|
Remarks
The server sets this header to indicate whether a message might duplicate a previously delivered message:
- false—The server has
not previously attempted to deliver this message to the consumer.
- true—It is likely, but not guaranteed, that this message was delivered earlier but that its receipt was not acknowledged at that time.
Copyright © 2021. Cloud Software Group, Inc. All Rights Reserved.