Broker 10.15 | webMethods Broker Documentation | webMethods Broker Client Java 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 are defined with Software AG Designer, described in the Software AG Designer Online Help. Please note that events are known as document types in Designer.
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 can then use the BrokerClient to create an event, as described on Creating Events. After setting the event fields, as described on Setting Sequence Fields, your application is ready to publish the event.