1 / 9

The Publish/Subscribe Coordination Design Pattern

The Publish/Subscribe Coordination Design Pattern. Günter Grossberger. Overview. Motivation CORSO Middleware Properties of the Publish/Subscribe Coordination Design Pattern Reliable Information Dissemination Scalability Summary. Publish/Subscribe Systems.

javen
Download Presentation

The Publish/Subscribe Coordination Design Pattern

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. The Publish/Subscribe Coordination Design Pattern Günter Grossberger

  2. Overview • Motivation • CORSO Middleware • Properties of the Publish/Subscribe Coordination Design Pattern • Reliable Information Dissemination • Scalability • Summary

  3. Publish/Subscribe Systems • MQSeries, TIBCO/Rendezvous, NDDS, Minstrel • Most based on expiry • Best effort information dissemination • Not suited for business applications

  4. CORSO Middleware

  5. Properties of the Publish/Subscribe Coordination Design Pattern • Subscription • Asynchronous communication • Content selection • Open system • Mobile/offline operation • Secure (authentication, encryption) • Synchronization possible at Subscription

  6. Reliable Information Dissemination • Every Subscriber acknowledges every processed PublishItem • Garbage Collector gives feedback to application

  7. Reliable Information Dissemination • Combination of unreliable and reliable objects • Application is returned a recovery status • Recovery status depends on accessible objects:

  8. Scalability • Transparent Proxy component • Reduces network traffic • Utilizes CORSO distribution strategy • Acknowledges processing for whole subtree • Multiple layers of Proxies

  9. Conclusion • Asynchronous communication • Open system • Reliable information dissemination • Scalability (Proxy)  The Publish/Subscribe Coordination Design Pattern is a highly useful tool for the development or integration of business applications

More Related