Function
Set the redelivered header of a message.
tibems_status
tibemsMsg_SetRedelivered(tibemsMsg
message,tibems_bool
value );
CALL "tibemsMsg_SetRedelivered" USING BY VALUE message, BY VALUE value, RETURNING tibems-status END-CALL.
Parameter
|
Description
|
---|---|
message
|
Set the redelivered indicator of this message.
|
value
|
Set the redelivered indicator to this value.
|
Sending calls set the redelivered header automatically. The JMS specification defines this call for symmetry.
The server sets this header to indicate whether a message might duplicate a previously delivered message:
TIBCO Enterprise Message Service™ C and COBOL Reference System Release 4.3, February 2006 Copyright © TIBCO Software Inc. All rights reserved www.tibco.com |