Home Documentation Forum Tracker Download

Module org.cumulus4j.store.localkeystoremessagebroker

Implementation of MessageBroker having access to a local key store in the same JVM.

Maven

After adding the repositories documented on the Download page to your pom.xml, you can add the following dependency in order to use this module:

<dependencies>
        ...
        <dependency>
                <groupId>org.cumulus4j</groupId>
                <artifactId>org.cumulus4j.store.localkeystoremessagebroker</artifactId>
        </dependency>
        ...
</dependencies>

The above dependency does not (and should not!) declare a version. Instead, it is recommended that you add the following to your dependency-management:

<dependencyManagement>
        <dependencies>
                ...
                <dependency>
                        <groupId>org.cumulus4j</groupId>
                        <artifactId>org.cumulus4j.parent</artifactId>
                        <type>pom</type>
                        <version>1.2.0</version>
                        <scope>import</scope>
                </dependency>
                ...
        </dependencies>
</dependencyManagement>

Deployment location

Normally, this module is not used at all. It exists solely for extraordinary use-cases, when the key store and DataNucleus (with Cumulus4j) run in the same JVM. For obvious security reasons, this is only the case in administrative tools - for example in Vestigo - The JDO/JPA Query Tool And Browser.

Documentation
About
Project Documentation
Babel
Releases