Overview
This chapter describes the webMethods Broker Java API for subscribing to, receiving and processing events. Reading this chapter will help you to understand:
How to register and cancel event subscriptions.
How subscription identifiers are created and used with subscriptions.
How to retrieve events from the
Broker using
BrokerClient.getEvent or
BrokerClient.getEvents.
How to use the redelivery counter to detect events that your client has received more than once.
How to retrieve events from the
Broker using
BrokerClient.poll.
How to create a subscription that captures deadletters.