All Projects → cloudfoundry-community → java-nats

cloudfoundry-community / java-nats

Licence: Apache-2.0 license
NATS Client for Java

Programming Languages

java
68154 projects - #9 most used programming language

Java NATS Client

Build Status

A Java client for the excellent NATS lightweight publish-subscribe and distributed queueing messaging system used by Cloud Foundry.

More information about NATS can be found at the NATS Git Hub project.

This project provides a simple Java client for NATS as well as an optional Spring integration for using the client.

To use the basic client in your project, add the following to your Maven pom.xml:

<dependency>
    <groupId>com.github.cloudfoundry-community</groupId>
    <artifactId>nats-client</artifactId>
    <version>0.6.6</version>
</dependency>

To use the Spring integration, add the following to your Maven pom.xml:

<dependency>
    <groupId>com.github.cloudfoundry-community</groupId>
    <artifactId>nats-client-spring</artifactId>
    <version>0.6.6</version>
</dependency>

License

(The Apache Software License 2.0) - http://www.apache.org/licenses/

Copyright (c) 2012, 2013 Mike Heath

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].