项目作者: artkuznetsov101

项目描述 :
Simple jms integration test utility (JMS API + JUnit + Maven)
高级语言: Java
项目地址: git://github.com/artkuznetsov101/jmstest.git
创建时间: 2016-05-17T10:23:57Z
项目社区:https://github.com/artkuznetsov101/jmstest

开源协议:MIT License

下载


Build Status

jmstest

Simple jms integration test utility I used during the development of (yet another) jms message broker.

Easy to use and suitable for CI servers.

By default, it is configured for testing ActiveMQ message broker. In order to test another broker you need to implement Provider interface (Provider.java) and check getProvider() method of ProviderLoader class (ProviderLoader.java). Provider implementation for Qpid message broker also included.

how to build:

  1. mvn package

how to run test:

  1. mvn verify

test result location:

  1. target/surefire-reports