Plasma GitLab Archive
Projects Blog Knowledge

Class type Netamqp_basic.message

class type message = object .. end

method content_type : string option
MIME typing
method content_encoding : string option
MIME typing
method headers : Netamqp_rtypes.table option
For applications, and for header exchange routing
method delivery_mode : int option
1=non-persistent, 2=persistent
method priority : int option
message priority, 0 to 9
method correlation_id : string option
For application use, no formal behaviour
method reply_to : string option
For application use, no formal behaviour but may hold the name of a private response queue, when used in request messages
method expiration : string option
For implementation use, no formal behaviour
method message_id : string option
For application use, no formal behaviour
method timestamp : float option
For application use, no formal behaviour
method typ : string option
For application use, no formal behaviour
method user_id : string option
For application use, no formal behaviour
method app_id : string option
For application use, no formal behaviour
method amqp_header : Netamqp_endpoint.props_t
The complete message header (all of the above fields in once)
method amqp_body : Netxdr_mstring.mstring list
The message body
This web site is published by Informatikbüro Gerd Stolpmann
Powered by Caml