Broker 10.15 | webMethods Broker Documentation | webMethods Broker Administration Java API Programmer’s Guide | Monitoring Broker Activity | Activity and Trace Events | Trace Events | Remotely Dropped Events
 
Remotely Dropped Events
The event type Broker::Trace::DropRemote is published whenever an event was discarded by the Broker while forwarding to other territory Brokers because the event was too large to be handled by the territory Broker. This occurs in a territory consisting of 5.0 and pre 5.0 Brokers while forwarding an event of size greater than the maximum transaction size from 5.0 Broker to pre 5.0 Brokers. This event consists of the event fields shown in following table.
Field Name
Type
Description
brokerName
unicode_string
The name of the remote Broker for which the event was enqueued.
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 delivered 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.