SwiftMQ Client is an open source (Apache 2) library that contains:
- SwiftMQ JNDI client to access SwiftMQ's Federated JNDI as well as a Filesystem JNDI.
- SwiftMQ Jakarta-JMS 1.1 client to connect to a SwiftMQ Router via JNDI/JMS.
- SwiftMQ CLI administration client (command line interface).
Find the documentation here.
You can obtain SwiftMQ Client from Maven Central by adding this dependency to your pom.xml
:
<dependency>
<groupId>com.swiftmq</groupId>
<artifactId>swiftmq-client-jakarta</artifactId>
<version>13.1.2</version>
</dependency>
Please use always the latest version.
You need Apache Maven installed on your system. Then perform a
mvn clean install
which generates the jar
file into the target/
directory.
Please use the Issue Tracker to file any bugs.
We appreciate and welcome any contribution to this project. Please follow these guidelines:
If you don't know it, read the Tutorial first.
Our main development branch (with all latest changes merged in) is develop
. The master
branch is for official
releases only.
Create a new branch with git flow
and commit your changes there. If you are ready, push your branch to this
repository. We will take care of the merge if and only if your changes are appropriate.
All your contributions are under the Apache 2.0 License. If you create new files, please add the license header at the top of the file.
Please visit our website www.swiftmq.com.
SwiftMQ is a product and (c) of IIT Software GmbH. SwiftMQ and Swiftlet are registered trademarks (R) of IIT Software GmbH.