class safmq_php::Message

A SAFMQ message object

Child Classes

A SAFMQ message object

This class has no child classes.

Public Fields

[more]String Body
Body (data) of this message
[more]String Label
Label of this message
[more]UUID MessageID
UUID identifying this message
[more]Integer MessagePriority
The priority of this message, values are from 0 to 5, 5 beign highest priority
[more]UUID ReciptID
UUID of the message this message is responding to, this value is set by the SAFMQ server
[more]String ResponseQueueName
URL of the queue to which resposne messages should be sent
[more]Integer TTL
Number of seconds this message should remain on the queue before being purged
[more]Boolean TTLErrorWanted
Flag indicating this message should be responded to by the SAFMQ server if it is purged
[more]Integer TimeStamp
The epoc timestamp of when this message was sent, this value is set by the SAFMQ server

Member Documentation


String ResponseQueueName
URL of the queue to which resposne messages should be sent


String Label
Label of this message


String Body
Body (data) of this message


UUID MessageID
UUID identifying this message


UUID ReciptID
UUID of the message this message is responding to, this value is set by the SAFMQ server


Integer TTL
Number of seconds this message should remain on the queue before being purged


Boolean TTLErrorWanted
Flag indicating this message should be responded to by the SAFMQ server if it is purged


Integer MessagePriority
The priority of this message, values are from 0 to 5, 5 beign highest priority


Integer TimeStamp
The epoc timestamp of when this message was sent, this value is set by the SAFMQ server

Table of Contents HTML hierarchy of classes or Java


Safmq Documentation, copyright (c) 2004-2010 Matthew J. Battey, Licensed Under Apache License Ver 2.0
Powered By: Get SAFMQ: Store and Forward Message Queue at SourceForge.net. Fast, secure and Free Open Source software downloads