Broker 10.15 | webMethods Broker Documentation | webMethods Broker Administration Java API Programmer’s Guide | Monitoring Broker Activity | Activity and Trace Events | Trace Events | Remotely Received Event
 
Remotely Received Event
The event type Broker::Trace::ReceiveRemote is published whenever a remote Broker acknowledges the receipt of a forwarded event. This event consists of the event fields shown in the following table.
Field Name
Type
Description
brokerName
unicode_string
The name of the remote Broker.
brokerHost
unicode_string
The host name where the remote Broker is running.
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.