https://github.com/jakartaee/messaging
Jakarta Messaging
https://github.com/jakartaee/messaging
Last synced: 10 months ago
JSON representation
Jakarta Messaging
- Host: GitHub
- URL: https://github.com/jakartaee/messaging
- Owner: jakartaee
- License: other
- Created: 2018-01-12T22:02:09.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2025-03-25T12:49:19.000Z (over 1 year ago)
- Last Synced: 2025-05-07T12:56:27.330Z (about 1 year ago)
- Language: Java
- Homepage: https://projects.eclipse.org/projects/ee4j.messaging
- Size: 890 KB
- Stars: 42
- Watchers: 25
- Forks: 33
- Open Issues: 110
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-java - Jakarta Messaging
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/).