FetchTimeout Property

How long the class should wait for a message to be received after FetchMessage is called.

Object Oriented Interface

public function getFetchTimeout();
public function setFetchTimeout($value);

Procedural Interface

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

Default Value

60

Remarks

This property controls how long, in seconds, the class will wait for a message to be received after FetchMessage is called before timing out the request. If set to zero, the class will wait indefinitely.

Refer to FetchMessage for more information.

This property is not available at design time.

Data Type

Integer

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