Skip to content

Installation

Dannes Wessels edited this page Feb 6, 2018 · 20 revisions

This page contains important notes on installing the extension. Read the instructions for the replication extension closely.

eXist 3.0 and later

Download and Install

The extension is available in the Public Application Repository. Installing the extension can be done with just a few clicks using the Package Manager. Install the latest "Messaging and Replication - Core" and "Messaging and Replication" (in this order).

Alternatively (e.g. when there is an corporate HTTP proxy involved requiring authorization - the Package Manager does not work in this case) the extension can be downloaded from the GitHub servers. This site contains always the latest and greatest versions of the XARs. A change log available.

Enabling automatic startup of extension

The 'receivers' of the messaging and replication features can be started by using the xquery functions. To get these 'jms listeners' started at database start, xquery scripts can be added to /db/system/autostart.

More information can be found on the Startup-Triggers page

eXist 2.2

this text is outdated and is kept here for archeological reasons. As the title indicates, it was only relevant for eXist v2.2

Download

Due to limitations, it is not possible to download and install one XAR; Instead a XAR file and a ZIP file miss be downloaded from GitHub servers.

Install

  • Extract the contents of messaging-replication-0.22.1-libs.zip into EXIST_HOME/lib/user
  • Start eXist-db
  • Upload the XAR file messaging-replication-0.22.1-ui.xar using the package manager.

More information can be found on the Startup-Triggers page

Clone this wiki locally