tree: 84cdafe00b0c78dd847fef9730bc543a38c398fa [path history] [tgz]
  1. core/
  2. spring/
  3. style/
  4. .gitignore
  5. .travis.yml
  6. pom.xml
  7. README.md
rocketmq-jms/README.md

RocketMQ-JMS Build Status Coverage Status

Introduction

RocketMQ-JMS is an implement of JMS specification,taking Apache RocketMQ as broker. Now we are on the way of supporting JMS 1.1 and JMS2.0 is our final target.

Now RocketMQ-JMS will release the first version soon, and new features will be developed on the branch “v1.1”. Please visit the issue board to see features in next version.

Building

cd rocketmq-jms
mvn clean install

run unit test:

mvn test

run integration test:

mvn verify

see jacoco code coverage report

open core/target/site/jacoco/index.html
open core/target/site/jacoco-it/index.html
open spring/target/site/jacoco-it/index.html

Guidelines

Please see Coding Guidelines Introduction