class safmq_php::Message
A SAFMQ message object
Child Classes
A SAFMQ message object
- This class has no child classes.
Public Fields
-
String Body
- Body (data) of this message
-
String Label
- Label of this message
-
UUID MessageID
- UUID identifying this message
-
Integer MessagePriority
- The priority of this message, values are from 0 to 5, 5 beign highest priority
-
UUID ReciptID
- UUID of the message this message is responding to, this value is set by the SAFMQ server
-
String ResponseQueueName
- URL of the queue to which resposne messages should be sent
-
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 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: