mnemonic messaging provides a set of reusable Java components for creating networked applications. Following the Don't-Repeat-Yourself principle those components contain common functionality which we have written over the years for our projects. We publish them as Open Source with the hope that they might be useful to others as well.
See RequestSink documentation for more details on the RequestSink mechanism.
All libraries provided by mnemonic messaging are directly available from Maven Central. Just declare a dependency in your pom.xml and start using it:
<dependency>
<groupId>no.mnemonic.messaging</groupId>
<artifactId>${artifactId}</artifactId>
<version>${version}</version>
</dependency>
Replace ${artifactId} and ${version} with the library and version you want to use.
None, dependencies will be handled by Maven automatically.
See Issues.
See the CONTRIBUTING.md file.
mnemonic messaging is released under the ISC License. See the bundled LICENSE file for details.