This repository contain the API definition source code for the Jakarta Messaging API. This is used to generate the official Javadocs.
Web-site details are TBD
This project uses maven
as build tool, sources follows maven project structure.
Prerequisites:
- JDK11+
- Maven 3.5.4+
Navigate to the directory and Type mvn clean package
to produce java api jar file. mvn javadoc:jar
will produce javadoc jar file.
Please take a look here.