Just need a distro?
You can download MessageManager from the FUSE Forge Maven Repository in the MessageManager area.
Are you a Maven User?
Just add the following to your pom.xml
<dependency> <groupId>nl.queuemanager</groupId> <artifactId>messagemanager-core</artifactId> <version>${messagemanager-version}</version> </dependency>
You should ensure you have the fusesource.com Maven repository defined in your pom.xml
<repositories> <repository> <id>fusesource.m2</id> <name>FuseSource Community Release Repository</name> <url>http://repo.fusesource.com/maven2</url> <snapshots> <enabled>false</enabled> </snapshots> <releases> <enabled>true</enabled> </releases> </repository> </repositories>
Building from Source
If you prefer you can try building from the source code and building it