MessageTTL Property

The time-to-live value for this message.

Object Oriented Interface

public function getMessageTTL();
public function setMessageTTL($value);

Procedural Interface

ipworksmq_amqp_get($res, 64 );
ipworksmq_amqp_set($res, 64, $value );

Default Value

-1

Remarks

The time-to-live value for this message.

This property specifies the time-to-live (TTL) value, in milliseconds, for this message. It may be -1 if this message does not have a TTL.

This property is not available at design time.

Data Type

Long64

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks MQ 2020 PHP Edition - Version 20.0 [Build 8155]