SAS Foundation Services
Event Broker ServiceThe Event Broker Service enables applications to send and deliver events to the appropriate handling agents for processing. A handler can be either of the following:
An Event Broker Service can also format a response to the processing of an event and send it as a reply to the event originator. It is the responsibility of the requester to specify the type of response that is desired: An event is specified as a well-formed XML fragment that contains the name of the event, any associated properties, and a body. For details, refer to the Event Message Specification in the Foundation Services class documentation. For detailed usage documentation and examples, see com.sas.services.events.broker and com.sas.services.events.discovery in the Foundation Services class documentation. For details about editing the Event Broker Service configuration, see Understanding the Event Broker Service in the SAS Integration Technologies: Administrator's Guide. For information about using the Publishing Framework to generate and publish events, see About Events. |