Skip to content

Simple jms integration test utility (JMS API + JUnit + Maven)

License

Notifications You must be signed in to change notification settings

artkuznetsov101/jmstest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

mvn package

how to run test:

mvn verify

test result location:

target/surefire-reports

Releases

No releases published

Packages

No packages published

Languages