Broker 10.15 | webMethods Broker Documentation | webMethods Broker Client C API Programmer's Guide | Publishing and Delivering Events | Publishing Events
 
Publishing Events
 
Limits on Publication
Publishing an Event
Publishing Multiple Events
When your client application publishes an event, the Broker places it in the event queue of each BrokerClient that has subscribed to that event type.
Note:
Event types (known as document types in Software AG Designer) are defined with Designer, described in the Software AG Designer Online Help.
In order for your application to be able to publish an event, it must first create a BrokerClient, as described on Creating and Destroying Broker Clients. Your application may then use the BrokerClient to create an event, as described on Setting Structure Fields. After setting the event fields, as described on Setting Structure Fields, your application is ready to publish the event.