eclipse-ee4j/jms-api

Name: jms-api

Owner: Eclipse EE4J

Description: JMS API

Created: 2018-01-12 22:02:09.0

Updated: 2018-05-08 21:25:46.0

Pushed: 2018-03-29 15:32:44.0

Homepage:

Size: 156

Language: Java

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Eclipse Project for JMS

This repository contains two API versions

  1. The jms2.0a directory contains the API as it existed for Oracle Java EE 8
  2. The JMS2.1 directory contains the API which was being developed, but was not completed prior to contribution to Eclipse Foundation.

These directories contain the API definition source code for the JMS API. This is used to generate the official Javadocs.

However it is not used to directly generate the JMS API jar published in Maven Central. Instead, when a new version of the JMS specification is released, the API classes are copied to Open Message Queue and the JMS API jar built from there.

Web-site details are TBD

Repository structure

This project uses maven as build tool, sources follows maven project structure.

Directory or file | Notes :— | :— jms2.0a | JMS 2.0a API source (java) jms2.1 | JMS 2.1 API source (java)
JMS 2.1 was withdrawn and never released.
This is the latest working version.

Build from Source

Navigate to the directory and Type mvn clean package to produce java api jar file. mvn javadoc:jar will produce java doc jar file.

Note that doclint is disabled in jms2.1/pom.xml: For more info see issue JMS_SPEC-175.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.