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

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_AbstractMessage

 Methods

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