Broker 10.15 | webMethods Broker Documentation | webMethods Broker Client C API Programmer's Guide | Creating and Initializing Events | Event Overview | Event Identifier
 
Event Identifier
When an event is published, described in Publishing and Delivering Events, the Broker will assign the event an event identifier that you can use to determine if two events are exactly the same. You can also use the event identifier to match events with trace events or activity traces, described in Administering webMethods Broker. An event identifier is almost certainly unique. It is possible, though extremely unlikely, for two Brokers to generate the same event identifier.
You can retrieve the event identifier using the awGetEventId method.