Jakarta Messaging
Sign in to saveAlso known as JMS, Java Message Service
Jakarta EE message oriented middleware API for sending messages between two or more clients
Official website
Java Message Service (JMS)
oracle.com →Link to the official site · 774 chars · not written by Vinony
Source code
This repository contain the API definition source code for the Jakarta Messaging API. This is used to generate the official Javadocs. This project uses maven as build tool, sources follows maven project structure. Navigate to the directory and Type mvn clean package to produce java api jar file. mvn javadoc:jar will produce javadoc jar file.
Excerpt from the source-code README · 584 chars · not written by Vinony