Flexub: dynamic subscriptions for publish/subscribe systems in MANETs

  • Authors:
  • Engineer Bainomugisha;Koosha Paridel;Jorge Vallejos;Yolande Berbers;Wolfgang De Meuter

  • Affiliations:
  • Software Languages Lab, Vrije Universiteit Brussel, Elsene, Brussels, Belgium;Department of Computer Science, K.U. Leuven, Leuven, Belgium;Software Languages Lab, Vrije Universiteit Brussel, Elsene, Brussels, Belgium;Department of Computer Science, K.U. Leuven, Leuven, Belgium;Software Languages Lab, Vrije Universiteit Brussel, Elsene, Brussels, Belgium

  • Venue:
  • DAIS'12 Proceedings of the 12th IFIP WG 6.1 international conference on Distributed Applications and Interoperable Systems
  • Year:
  • 2012

Quantified Score

Hi-index 0.00

Visualization

Abstract

Current publish/subscribe systems provide very limited support to modify subscriptions dynamically. Consequently, they cannot efficiently control the flow of events between publishers and subscribers, which may lead to unnecessary network traffic. In addition, it is not possible to automatically subscribe or unsubscribe to a service depending on certain context of use. This implies for developers to manually manage subscriptions (e.g., taking care of when to cancel or re-issue a subscription), which may result in inappropriate subscription states (e.g., subscriptions that are cancelled too late). In this paper, we propose the concept of dynamic subscription mechanisms that improves the expressiveness and flexibility of subscriptions. We introduce a new dimension to a subscription that allows a subscriber to express the flow of matched events, and when a new subscription can be (re)issued. We validate our claims for improved flexibility and expressiveness by providing language abstractions and a prototype implementation of a dynamic subscription mechanism framework called Flexub that supports a variation of subscription mechanisms. When compared to existing subscription models, our experiment results show that the support for dynamic subscription mechanisms greatly reduces network traffic of events sent from publishers to the subscribers. In addition, our approach reduces the workload on the subscriber side.