-
Notifications
You must be signed in to change notification settings - Fork 0
Java API
olitank edited this page Nov 29, 2025
·
4 revisions
JESB processes can be called from any Java code. 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