Skip to content

Java API

olitank edited this page Dec 7, 2025 · 4 revisions

JESB processes can be called from any Java code. But for this to work, a JDK (rather than a simple JRE) > 1.8 must be used to launch the Java process. The required Maven dependency is as follows:

<dependency>
<groupId>com.github.dotxyteam</groupId>
<artifactId>j-enterprise-service-bus</artifactId>
<version>LATEST</version>
</dependency>

The following class demonstrates the use of this API: https://github.com/dotxyteam/JEnterpriseServiceBus/blob/main/j-enterprise-service-bus/unpackaged-src/com/otk/jesb/JesbAPIExample.java

Clone this wiki locally