\Zend_Amf_Value_Messaging_AsyncMessage

This type of message contains information necessary to perform point-to-point or publish-subscribe messaging.

Summary

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

Properties

$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

$correlationId

$correlationId : String

The message id to be responded to.

Type

String

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