Broker 10.15 | webMethods Broker Documentation | Administering webMethods Broker | webMethods Broker | Publish-and-Subscribe Model
 
Publish-and-Subscribe Model
 
Producers and Consumers Are De-coupled
Interaction Is Asynchronous
Delivery Quality of Service
The publish-and-subscribe model is a specific type of message-based solution in which applications exchange messages (called documents in webMethods) through a third entity called Broker . In solutions based on this model, applications that produce information (publishers) send the information to the Broker entity and applications that require the information (subscribers) connect to the Broker and retrieve the information they need.
Pub-Sub Application Model
The Broker entity temporarily stores the documents that it receives from publishers in a message queue. Subscribers connect to the Broker entity and fetch documents from the queue. Depending on the application, a subscriber might publish a response after it retrieves and processes a message, but it is not required to do so.