![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |
tibems_status tibemsMsg_SetRedelivered(tibemsMsg message,tibems_bool value );
message has usage pointer.
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:
• false—The server has not previously attempted to deliver this message to the consumer.
• true—It is likely (but not guaranteed) that the server has previously attempted to deliver this message to the consumer, but the consumer did not return timely acknowledgement.
![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |