User driven message filtering with publish/subscribe
No Thumbnail Available
URL
Journal Title
Journal ISSN
Volume Title
Helsinki University of Technology |
Diplomityö
Checking the digitized thesis and permission for publishing
Instructions for the author
Instructions for the author
Authors
Date
2008
Department
Major/Subject
Tietokoneverkot
Mcode
T-110
Degree programme
Language
en
Pages
(10) + 48 s. + liitt. 5 s.
Series
Abstract
Message filtering is an important component of modern messaging systems, such as Java Message Service based applications. The purpose of a message filter is to route messages to correct recipients based on the predefined rules, and optionally order the received messages. For end users, message filtering can effectively reduce the time for extracting useful messages, therefore facilitating their daily work. In order to cope with the huge number of messages in this information age, many message filtering tools have been deployed in the past, for example, Microsoft Exchange Intelligent Message Filter and Apache Camel. Publish/subscribe (pub/sub) messaging systems apply an event driven model where message producers associate messages with a specific topic, and the messaging server routes messages to consumers according to the topics they have subscribed to. This thesis presents a design for user-driven message filtering in publish/subscribe systems. The focus is on visualizing the filtering rules in a user-driven manner. Subsequently, these rules are applied in both desktop computers and embedded devices. The main contribution of the thesis is the design of a Graphic User Interface (GUI), which intuitively presents the filtering rules to end users. Furthermore, we implement a prototype filtering system based on the design, and it achieves good performance in the desktop environment. We also carry out a user test to validate the usability of the prototype. The result shows that it is generally intuitive and easy to learn, despite some flaws in the current implementation. Finally, we suggest how to improve the system according to the feedback obtained from the test.Description
Supervisor
Tarkoma, SasuThesis advisor
Tarkoma, SasuKeywords
user-driven, message filtering, publish and subscribe, visualization, filtering module