Object name
|
Field name
|
Data type
|
Description
|
Possible values
|
All_Interprocess_Messaging
|
dest
|
string
|
The destination of the message. May be aliased from more specific fields, such as dest_host , dest_ip , or dest_name .
|
|
All_Interprocess_Messaging
|
dest_category
|
string
|
The type of message destination.
|
queue , topic
|
All_Interprocess_Messaging
|
duration
|
number
|
The number of seconds from message call to message response. Can be derived by getting the difference between the request_sent_time and the message_received_time .
|
|
All_Interprocess_Messaging
|
endpoint
|
string
|
The endpoint that the message accessed during the RPC (remote procedure call) transaction.
|
|
All_Interprocess_Messaging
|
endpoint_version
|
string
|
The version of the endpoint accessed during the RPC (remote procedure call) transaction, such as 1.0 or 1.22 .
|
|
All_Interprocess_Messaging
|
message
|
string
|
A command or reference that an RPC (remote procedure call) reads or responds to.
|
|
All_Interprocess_Messaging
|
message_consumed_time
|
string
|
The time that the RPC (remote procedure call) read the message and was prepared to take some sort of action.
|
|
All_Interprocess_Messaging
|
message_correlation_id
|
string
|
The message correlation identification value.
|
|
All_Interprocess_Messaging
|
message_delivered_time
|
string
|
The time that the message producer sent the message.
|
|
All_Interprocess_Messaging
|
message_delivery_mode
|
string
|
The message delivery mode. Possible values depend on the type of message-oriented middleware (MOM) solution in use. They can be words like Transient (meaning the message is stored in memory and is lost if the server dies or restarts) or Persistent (meaning the message is stored both in memory and on disk and is preserved if the server dies or restarts). They can also be numbers like 1 , 2 , and so on.
|
|
All_Interprocess_Messaging
|
message_expiration_time
|
string
|
The time that the message expired.
|
|
All_Interprocess_Messaging
|
message_id
|
string
|
The message identification.
|
|
All_Interprocess_Messaging
|
message_priority
|
string
|
The priority of the message. Important jobs that the message queue should answer no matter what receive a higher message_priority than other jobs, ensuring they are completed before the others.
|
|
All_Interprocess_Messaging
|
message_properties
|
string
|
An arbitrary list of message properties. The set of properties displayed depends on the message-oriented middleware (MOM) solution that you are using.
|
|
All_Interprocess_Messaging
|
message_received_time
|
string
|
The time that the message was received by a message-oriented middleware (MOM) solution.
|
|
All_Interprocess_Messaging
|
message_redelivered
|
boolean
|
Indicates whether or not the message was redelivered.
|
|
All_Interprocess_Messaging
|
message_reply_dest
|
string
|
The name of the destination for replies to the message.
|
|
All_Interprocess_Messaging
|
message_type
|
string
|
The type of message, such as call or reply .
|
|
All_Interprocess_Messaging
|
parameters
|
string
|
Arguments that have been passed to an endpoint by a REST call or something similar. A sample parameter could be something like foo=bar .
|
|
All_Interprocess_Messaging
|
payload
|
string
|
The message payload.
|
|
All_Interprocess_Messaging
|
payload_type
|
string
|
The type of payload in the message. The payload type can be text (such as json , xml , and raw ) or binary (such as compressed , object , encrypted , and image ).
|
|
All_Interprocess_Messaging
|
request_payload
|
string
|
The content of the message request.
|
|
All_Interprocess_Messaging
|
request_payload_type
|
string
|
The type of payload in the message request. The payload type can be text (such as json , xml , and raw ) or binary (such as compressed , object , encrypted , and image ).
|
|
All_Interprocess_Messaging
|
request_sent_time
|
string
|
The time that the message request was sent.
|
|
All_Interprocess_Messaging
|
response_code
|
string
|
The response status code sent by the receiving server. Ranges between 200 and 404 .
|
|
All_Interprocess_Messaging
|
response_payload_type
|
string
|
The type of payload in the message response. The payload type can be text (such as json , xml , and raw ) or binary (such as compressed , object , encrypted , and image ).
|
|
All_Interprocess_Messaging
|
response_received_time
|
string
|
The time that the message response was received.
|
|
All_Interprocess_Messaging
|
return_message
|
string
|
The response status message sent by the message server.
|
|
All_Interprocess_Messaging
|
rpc_protocol
|
string
|
The protocol that the message server uses for remote procedure calls (RPC). Possible values include HTTP REST , SOAP , and EJB .
|
|
All_Interprocess_Messaging
|
status
|
boolean
|
The status of the message response.
|
pass , fail
|
All_Interprocess_Messaging
|
tag
|
string
|
Tags associated with the message.
|
|
Feedback submitted, thanks!