Overview
This chapter describes the webMethods Broker Java API for implementing applications that use the request-reply event processing model. Reading this chapter will help you to understand:
The use of event tag fields to match request events that are sent with reply events that are received.
The various types of reply events.
Using get-event, callback, and the
BrokerClient.publishRequestAndWait approaches in implementing a requestor application.
Using the reply methods to implement a request server application.