\Zend_Amf_Value_Messaging_AcknowledgeMessage

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

Summary

Methods
Properties
Constants
generateId()
__construct()
$correlationId
$clientId
$destination
$messageId
$timestamp
$timeToLive
$headers
$body
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Properties

$correlationId

$correlationId : String

The message id to be responded to.

Type

String

$clientId

$clientId : string

Type

string — Client identifier

$destination

$destination : string

Type

string — Destination

$messageId

$messageId : string

Type

string — Message identifier

$timestamp

$timestamp : integer

Type

integer — Message timestamp

$timeToLive

$timeToLive : integer

Type

integer — Message TTL

$headers

$headers : object

Type

object — Message headers

$body

$body : string

Type

string — Message body

Methods

generateId()

generateId() : string

generate a unique id

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

Returns

string

__construct()

__construct(\unknown_type  $message) 

Create a new Acknowledge Message

Parameters

\unknown_type $message