# messaging **Repository Path**: mirrors_eclipse-ee4j/messaging ## Basic Information - **Project Name**: messaging - **Description**: Jakarta Messaging - **Primary Language**: Unknown - **License**: EPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-05-28 - **Last Updated**: 2026-08-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Jakarta Messaging 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 ## Repository structure This project uses `maven` as build tool, sources follows maven project structure. ## Build from Source 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. # Release information Please take a look [here](https://jakarta.ee/specifications/messaging/).