Message Event

Fired for each message retrieved from the queue.

Object Oriented Interface

public function fireMessage($param);

Procedural Interface

ipworksmq_amazonsqs_register_callback($res, 6, array($this, 'fireMessage'));

Parameter List


'messageid'
'receipthandle'
'messagedata'
'md5'

Remarks

When ListMessages is invoked the class fires Message for each message retrieved. The number of messages retrieved are specified using MaxMessages. OtherData is reserved for future use.

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