-
Notifications
You must be signed in to change notification settings - Fork 0
Java API
dotxyteam edited this page Jan 3, 2026
·
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>0.9.5</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