tibemsMsgProducer_SetDeliveryDelay
Function
C Declaration
tibems_status tibemsMsgProducer_SetDeliveryDelay( tibemsMsgProducer msgProducer, tibems_long deliveryDelay );
COBOL Call
CALL "tibemsMsgProducer_SetDeliveryDelay"
USING BY VALUE msgProducer,
BY VALUE deliveryDelay,
RETURNING tibems-status
END-CALL.
Remarks
Set the minimum length of time, in milliseconds, that must elapse after a message is sent before the JMS provider may deliver the message to a consumer.
For transacted sends, this time starts when the client sends the message, not when the transaction is committed.
The default value is zero, indicating no delay in delivery.
Copyright © 2021. Cloud Software Group, Inc. All Rights Reserved.
