This is the type of message returned by the MessageBroker to endpoints after the broker has routed an endpoint's message to a service.

flex.messaging.messages.AcknowledgeMessage

package Zend_Amf
subpackage Value
copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
license New BSD License
inherited_from \Zend_Amf_Value_Messaging_AsyncMessage

 Methods

Create a new Acknowledge Message

__construct(\unknown_type $message) 

Parameters

$message

\unknown_type

generate a unique id

generateId() : string
Inherited

Format is: ########-####-####-####-############ Where # is an uppercase letter or number example: 6D9DC7EC-A273-83A9-ABE3-00005FD752D6

Returns

string

 Properties

 

Message body

$body : string

Default

 

Client identifier

$clientId : string

Default

 

The message id to be responded to.

$correlationId : String

Default

 

Destination

$destination : string

Default

 

Message headers

$headers : object

Default

 

Message identifier

$messageId : string

Default

 

Message TTL

$timeToLive : integer

Default

 

Message timestamp

$timestamp : integer

Default