Add clustering support to pub-sub

Description

The pub-sub component does not have support for clustering. We need to add it to be able to have clustering support in PEP.

Environment

None

Activity

Show:

Tom Evans November 13, 2012 at 10:03 PM

I believe this one is now ready for release.

Robin Collier September 30, 2012 at 12:58 AM

A couple of issues to fix with flushing, purging and transactions.

Tom Evans September 23, 2012 at 2:00 AM

Merged completed implementation from pubsub_clustering branch into trunk. Ready for additional testing and community review.

Tom Evans September 20, 2012 at 1:10 AM

The pubsub_clustering branch in SVN has been updated with the changes required to enable the pubsub module in clustering mode. The new clustering capabilities include the following:

1) A local in-memory cache of newly published items (write cache)
2) A replicated cache for recently published items (read cache)
3) Several new cluster tasks for maintaining pubsub state across members

In addition to the changes in the pubsub module, we have made the following changes to improve the clustering capabilities of Openfire:

1) The clustering plugin has been updated to support the latest Coherence release (3.7.1)
2) A new plugin (hazelcast) has been created to enable Openfire clustering using Hazelcast Community Edition (CE)

Hazelcast is an open source (Apache 2.0) clustering and data distribution framework. The new plugin is designed to be a drop-in replacement for the existing clustering plugin, providing an equivalent level of service for a large-scale Openfire deployment.

These changes are ready for testing now. Note that the pubsub_clustering branch must be merged back into the SVN trunk to ensure that the pubsub clustering enhancements are included in subsequent OF release(s).

Fixed

Details

Assignee

Reporter

Components

Fix versions

Affects versions

Priority

Created October 3, 2007 at 5:38 AM
Updated November 11, 2020 at 10:01 AM
Resolved November 13, 2012 at 10:03 PM