Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

EIG:Distributed EventAdmin Service

Revision as of 16:37, 11 June 2009 by Slewis.eclipsesource.com (Talk | contribs) (Using the Distributed EventAdmin Service)

Introduction

OSGi declares an EventAdmin service that is responsible for distributing events to listeners registered via the (org.osgi.service.event.EventHandler). It's possible to create distributed implementations of such services using JMS and/or other messaging frameworks for distributing messages to other OSGi frameworks.

Distributedeventadmin.png

ECF's provider architecture allows the creation of a distributed EventAdmin implementation that can use a variety of wire protocols. For example, ActiveMQ/JMS 5.2 as above, or ECF generic, XMPP, JavaGroups, commercial/proprietary messaging buses, or any others that can implement the ECF Shared Object API.

Using the Distributed EventAdmin Service

First, get ECF 3.0. Here is the download page.

Then get the two projects that implement the event admin. Media:Example.eventadmin.psf Here is a project set file for them.

Copyright © Eclipse Foundation, Inc. All Rights Reserved.