Broker 10.15 | webMethods Broker Documentation | webMethods Broker Administration Java API Programmer’s Guide | Monitoring Broker Activity | Activity and Trace Events | Trace Events | Received Events
 
Received Events
The event type Broker::Trace::Receive is published whenever a Broker client acknowledges an event that it has retrieved from its client queue. This event consists of the event fields shown in the following table.
Field Name
Type
Description
clientId
unicode_string
The Broker client's identifier.
eventTypeName
unicode_string
The name of the event type.
eventId
long
The event identifier from the event.
pubId
unicode_string
The identifier of the Broker client that published the event.
destId
unicode_string
The identifier of the intended recipient Broker client.
trackId
unicode_string
The tracking identifier from the event.
tag
int
The event's tag field.
eventByteSize
int
The size of the event in bytes.