-
-
Notifications
You must be signed in to change notification settings - Fork 8
Home
As the name of the extension suggests, this module provides two features for the eXist-db database/application server:
- [Document replication](wiki/Document replication)
- Messaging
With the '[document replication](wiki/Document replication)' feature it is possible to automatically transparently synchronise documents and document updates into a network of eXist-db instances. The 'messaging' feature allows to exchange 'messages' with a (enterprise) message broker. Both features share the set of (JMS) configuration parameters.
Both features use Java Message Service (JMS) technology for the reliable transport of the data. The extension has been developed with the excellent Apache ActiveMQ open source messaging server.
Please note that this extension requires significant knowledge about JMS, ActiveMQ and related technologies. I'd recommend to buy a book about these subjects or contact eXist Solutions GmbH for assistance and advice.
A binary distribution shall be made available. Build instructions are available here. Please report issues to the extension issue tracker but I prefer to accept pull requests!