Envelope Field | Event Editor Type | Description |
connectionIntegrity | unicode_string | Indicates whether or not the received event passed over an insecure link. |
destId | unicode_string | Client ID of the event's recipient. This is used only with delivered events, described on
Publishing and Delivering Events. |
enqueueTime | date | The date and time that the Broker enqueued the event for the recipient. |
pubDistinguishedName | unicode_string | The distinguished name of the Broker client that published the event using an SSL connection. |
pubId | unicode_string | Client ID of the event's publisher. If the publishing client is connect to a different Broker than the recipient, the ID will be fully qualified (prefixed with the name of the publisher's Broker). |
pubNetAddr | sequence of bytes | A sequence of bytes in string format that contains the IP address and port number of the event's publisher. See
The pubNetAddr Envelope Field for more information on this field. |
pubSeqn | long | A 64-bit value representing the event's publish sequence number. The use of publish sequence numbers is described in
Using Sequence Numbers. |
pubLabel | short[] | Set by the Broker for an event published by a client which has an access label. |
recvTime | date | The date and time the event was received by the Broker. |
route | sequence of structs | See
The route Envelope Field for more information on this field. |