\Zend_Amf_Value_Messaging_AbstractMessage

This is the default Implementation of Message, which provides a convenient base for behavior and association of common endpoints

Summary

Methods
Properties
Constants
generateId()
$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

$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