Description of Topic Message Properties
Each monitor message can have a different set of these properties.
Property | Contents |
---|---|
conn_connid
|
Connection ID of the connection that generated the event. |
conn_ft
|
Whether the client connection is a connection to a fault-tolerant server. |
conn_hostname
|
Hostname of the connection that generated the event. |
conn_ssl
|
Whether the connection uses the TLS protocol. |
conn_type
|
Type of connection that generated the event. This property can have the following values:
|
conn_username
|
User name of the connection that generated the event. |
conn_xa
|
Whether the client connection is an XA connection. |
event_action
|
The action that caused the event. This property can have the values listed in Event Action Property Values. |
event_class
|
The type of monitoring event (that is, the last part of the topic name without the
$sys.monitor ).
For message monitoring, the value of this property is always set to message. |
event_description
|
A text description of the event that has occurred. |
event_reason
|
The reason the event occurred (usually an error). The values this property can have are described in Event Reason Property Values. |
event_route
|
For routing, the route that the event occurred on. |
message_bytes
|
When the full message is to be included for message monitoring, this field contains the message as a byte array. You can use the
createFromBytes method (in the various client APIs) to recover the message.
|
mode
|
Message delivery mode. This values of this property can be the following:
|
msg_correlation_id
|
JMS correlation ID. |
msg_id
|
Message ID. |
msg_seq
|
Message sequence number. |
msg_size
|
Message size, in bytes. |
msg_timestamp
|
Message timestamp. |
msg_expiration
|
Message expiration. |
replyTo
|
Message JMSReplyTo. |
rv_reply | Message RV reply subject. |
source_id
|
ID of the source object. |
source_name
|
Name of the source object involved with the event. This property can have the following values:
|
source_object
|
Source object that was involved with the event. This property can have the following values:
|
source_value
|
Value of source object. |
stat_msgs
|
Message count statistic for producer or consumer. |
stat_size
|
Message size statistic for producer or consumer. |
target_admin
|
Whether the target object is the admin connection. |
target_created
|
Time that the consumer was created (in milliseconds since the epoch). |
target_dest_name
|
Name of the target destination |
target_dest_type
|
Type of the target destination. |
target_durable
|
Name of durable subscriber when target is durable subscriber. |
target_group
|
Group name that was target of the event |
target_hostname
|
Hostname of the target object. |
target_id
|
ID of the target object. |
target_name
|
Name of the object that was the target of the event. This property can have the following values:
|
target_nolocal
|
No Local flag when target is durable subscriber. |
target_object
|
The general object that was the target of the event. This property can have the following values:
|
target_selector
|
Selector when the target is a consumer. |
target_subscription
|
Subscription of the target object when target is durable subscriber. |
target_url
|
URL of the target object. |
target_username
|
Username of the target object. |
target_value
|
Value of the object that was the target of the event, such as the name of a topic, queue, and so on. |