RocketMQ-JMS

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.

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