Broker 10.15 | webMethods Broker Documentation | webMethods Broker Administration Java API Programmer’s Guide | Monitoring Broker Activity | Activity and Trace Events | Trace Events | Remotely Enqueued Events
 
Remotely Enqueued Events
The event type Broker::Trace::EnqueueRemote is published whenever the Broker puts an event in a remote Broker's queue as part of Broker-to-Broker communication. 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 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.